We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28501e6 commit 0920ba1Copy full SHA for 0920ba1
package.json
@@ -23,7 +23,7 @@
23
"ci": "yarn postinstall && yarn run build && yarn run test -w 1 --coverage && cat ./coverage/lcov.info | coveralls",
24
"watch:tests": "chokidar 'src/**/*.ts' --initial -c 'nyc --reporter=text --reporter=html yarn test'",
25
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
26
- "release": "yarn run build && cd dist && yarn publish",
+ "release": "yarn run build:jsonapi && cd dist/ngx-jsonapi && yarn publish",
27
"release-v2": "yarn ng build ngx-jsonapi-lib && cd dist/ngx-jsonapi && yarn publish",
28
"prettier": "yarn prettier-ts && yarn prettier-md && yarn prettier-scss",
29
"prettier-ts": "yarn prettier-ts:show --write",
0 commit comments