File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Publish your angular packages to npm by just run `ng deploy`" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "prebuild" : " rimraf dist && copyfiles README.md LICENSE builders.json collection.json ng-add-schema.json package.json ngx-deploy-npm deploy/schema.json dist && json2ts deploy/schema.json > deploy/schema.d.ts" ,
7
+ "prebuild" : " rimraf dist && json2ts deploy/schema.json > deploy/schema.d.ts" ,
8
8
"build" : " tsc -p tsconfig.build.json" ,
9
+ "postbuild" : " copyfiles README.md LICENSE builders.json collection.json ng-add-schema.json package.json ngx-deploy-npm deploy/schema.json dist" ,
9
10
"predeploy" : " npm run build" ,
10
11
"deploy" : " cd dist && npm publish --access public && cd .." ,
11
12
"link" : " npm run build && cd dist && npm link && cd .." ,
You can’t perform that action at this time.
0 commit comments