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 c9a1bf6 commit 7421c24Copy full SHA for 7421c24
package.json
@@ -8,7 +8,7 @@
8
"types": "./dist/index.d.ts",
9
"scripts": {
10
"build": "tsc --outDir dist/",
11
- "publish": "npm run build && npm publish --access public",
+ "publish": "tsc --outDir dist/ && npm publish --access public",
12
"test": "jest",
13
"docs": "typedoc --out docs/ src/"
14
},
0 commit comments