Skip to content

Commit

Permalink
Add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypercubed committed Apr 14, 2020
1 parent 3f52949 commit 19aa585
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"prepublish:lib": "npm run package",
"publish:lib": "npm publish ./dist/swimlane/ngx-ui",
"prepack": "npm run package",
"pack": "npm pack ./dist/swimlane/ngx-datatable/"
"pack": "npm pack ./dist/swimlane/ngx-datatable/",
"publish": "run-s publish:lib deploy-docs",
"prepublishOnly": "echo \"This is the workspace -- you probably meant run 'npm run publish'.\" && exit 1"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 19aa585

Please sign in to comment.