Skip to content

Commit 7421c24

Browse files
committed
Package Command Update
1 parent c9a1bf6 commit 7421c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"types": "./dist/index.d.ts",
99
"scripts": {
1010
"build": "tsc --outDir dist/",
11-
"publish": "npm run build && npm publish --access public",
11+
"publish": "tsc --outDir dist/ && npm publish --access public",
1212
"test": "jest",
1313
"docs": "typedoc --out docs/ src/"
1414
},

0 commit comments

Comments
 (0)