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 3f87977 commit 56b0f30Copy full SHA for 56b0f30
package.json
@@ -4,7 +4,7 @@
4
"description": "The TypeScript compiler with onSuccess command",
5
"scripts": {
6
"clean": "rimraf dist && rimraf tmp",
7
- "prepublish": "crlf --set=LF index.js client.js dist/**/*",
+ "prepublishOnly": "npm run build && crlf --set=LF index.js client.js dist/**/*",
8
"test": "npm run build && jest --verbose --runInBand",
9
"build": "npm run clean && npm run build-lib && npm run build-client",
10
"build-lib": "tsc -p tsconfig.json",
0 commit comments