Commit f573119
committed
Replace prepublish with prepublishOnly
https://docs.npmjs.com/cli/v7/using-npm/scripts#life-cycle-scripts
prepublish is run before `npm ci` and `npm install` ( but not before `npm publish`).
This makes `npm ci --production` fail, since in this case npm will not install typescript before trying to build the project.1 parent a11389b commit f573119
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments