Skip to content

Commit

Permalink
fix(angular): removes ngcc publishOnly hook
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy committed Apr 14, 2020
1 parent 42483c8 commit 6e5c570
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/casl-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"test": "NODE_ENV=test jest --config ./jest.config.js",
"lint": "eslint --ext .ts,.js src/ spec/",
"prerelease": "NODE_ENV=production npm run build && npm test",
"release": "semantic-release -e ../../tools/semantic-release",
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
"release": "semantic-release -e ../../tools/semantic-release"
},
"keywords": [
"casl",
Expand Down

0 comments on commit 6e5c570

Please sign in to comment.