Skip to content

Commit db2a199

Browse files
committed
👷 move github workflow, restore script builds
1 parent 9265218 commit db2a199

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

old/.vscode/extensions.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main",
88
"start": "nx serve",
99
"build": "nx build",
10-
"test": "nx test"
10+
"test": "nx test",
11+
"build_lib": "nx build ngx-http-annotations --configuration production && npm run copy-readme",
12+
"copy-readme": "copyfiles ./README.md ./dist/ngx-http-annotations",
13+
"npm_pack": "cd dist/ngx-http-annotations && npm pack",
14+
"package": "npm run build_lib && npm run npm_pack",
15+
"publish": "cd dist/ngx-http-annotations && npm publish"
1116
},
1217
"private": true,
1318
"dependencies": {

0 commit comments

Comments
 (0)