Skip to content

Commit 950e05a

Browse files
committed
add npm run build
1 parent 2d0b989 commit 950e05a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "MessagePack implementation in JavaScript",
55
"main": "dist/index.js",
66
"scripts": {
7+
"build": "npm publish --dry-run",
78
"prepare": "tsc -p tsconfig.production.json",
89
"prepublishOnly": "TEST_DIST=true npm run test",
910
"test": "TS_NODE_FILES=true mocha 'test/**/*.test.ts'",

0 commit comments

Comments
 (0)