Skip to content

Commit 0920ba1

Browse files
authored
Fix/command build lib (#375)
1 parent 28501e6 commit 0920ba1

File tree

2 files changed

+5042
-92
lines changed

2 files changed

+5042
-92
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ci": "yarn postinstall && yarn run build && yarn run test -w 1 --coverage && cat ./coverage/lcov.info | coveralls",
2424
"watch:tests": "chokidar 'src/**/*.ts' --initial -c 'nyc --reporter=text --reporter=html yarn test'",
2525
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
26-
"release": "yarn run build && cd dist && yarn publish",
26+
"release": "yarn run build:jsonapi && cd dist/ngx-jsonapi && yarn publish",
2727
"release-v2": "yarn ng build ngx-jsonapi-lib && cd dist/ngx-jsonapi && yarn publish",
2828
"prettier": "yarn prettier-ts && yarn prettier-md && yarn prettier-scss",
2929
"prettier-ts": "yarn prettier-ts:show --write",

0 commit comments

Comments
 (0)