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.
npm run build
1 parent 2d0b989 commit 950e05aCopy full SHA for 950e05a
package.json
@@ -4,6 +4,7 @@
4
"description": "MessagePack implementation in JavaScript",
5
"main": "dist/index.js",
6
"scripts": {
7
+ "build": "npm publish --dry-run",
8
"prepare": "tsc -p tsconfig.production.json",
9
"prepublishOnly": "TEST_DIST=true npm run test",
10
"test": "TS_NODE_FILES=true mocha 'test/**/*.test.ts'",
0 commit comments