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 52c130f commit abf932aCopy full SHA for abf932a
package.json
@@ -12,7 +12,7 @@
12
"clean-up": "rimraf .nyc_output && rimraf coverage && rimraf lib && rimraf dev",
13
"compile:src": "tsc -d",
14
"compile:test": "tsc -p tsconfig.test.json -d",
15
- "prepare": "npm run clean-up && compile:src",
+ "prepare": "npm run clean-up && npm run compile:src",
16
"prepublishOnly": "publish-please guard",
17
"publish-please": "npm run autoformat && npm run clean-up && npm run test && publish-please"
18
},
0 commit comments