We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2595456 commit 5c7f25fCopy full SHA for 5c7f25f
nativescript-angular/package.json
@@ -34,7 +34,7 @@
34
"tsc-w": "tsc -p tsconfig.json -w",
35
"ngc": "ngc -p tsconfig.json",
36
"prepare": "npm run ngc",
37
- "pack": "cd ../dist && npm pack ../nativescript-angular",
+ "pack": "mkdir -p ../dist && cd ../dist && npm pack ../nativescript-angular",
38
"version": "rm -rf package-lock.json && conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md",
39
"typedoc": "typedoc --tsconfig \"./tsconfig.typedoc.json\" --out ./bin/dist/ng-api-reference --includeDeclarations --name \"NativeScript Angular\" --theme ./node_modules/nativescript-typedoc-theme --excludeExternals --externalPattern \"**/+(tns-core-modules|module|declarations).d.ts\""
40
},
0 commit comments