Skip to content

Commit

Permalink
fix(angular): reverts back prerelease hook
Browse files Browse the repository at this point in the history
Relates to #266
  • Loading branch information
stalniy committed Feb 21, 2020
1 parent c03b15e commit 1fc60c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/casl-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postbuild": "mv dist/types/src/*.d.ts dist/types && rm -rf dist/types/src",
"test": "NODE_ENV=test jest --config ../../tools/jest.config.js",
"lint": "node -p -e '`Skip linting for typescript`'",
"prerelease2": "NODE_ENV=production npm run build && npm test",
"prerelease": "NODE_ENV=production npm run build && npm test",
"release": "semantic-release -e ../../tools/semantic-release",
"postinstall": "node ./tools/exists.js package-lock.json && ngcc || true"
},
Expand Down

0 comments on commit 1fc60c2

Please sign in to comment.