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.
publish
1 parent b81e1ce commit 9798f65Copy full SHA for 9798f65
package.json
@@ -36,7 +36,7 @@
36
"clean": "npx rimraf lib",
37
"doc": "typedoc --out docs src/index.ts && touch docs/.nojekyll",
38
"format": "npx prettier --write src",
39
- "prepublishOnly": "npm run clean && npm run build",
+ "prepare": "npm run clean && npm run build",
40
"test": "jest --coverage",
41
"lint": "npx eslint './src/**/*'"
42
},
0 commit comments