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 5f5db68 commit e9756ccCopy full SHA for e9756cc
package.json
@@ -26,7 +26,7 @@
26
"test-watch": "node --watch --import ./ts-loader.js --test --test-reporter=spec --test-reporter-destination=stdout \"tests/**/*.spec.ts\"",
27
"coverage": "node --import ./ts-loader.js --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info \"tests/**/*.spec.ts\"",
28
"build": "tsc --project tsconfig.build.json && node ./dist/index.js",
29
- "prepublishOnly": "npm run lint && npm run build && npm run test && node ./dist/index.js",
+ "prepublishOnly": "npm run lint && npm run build && npm run test",
30
"release": "cliff-jumper --name 'ts-serializable' --package-path '.' --no-skip-changelog --no-skip-tag",
31
"prepare": "husky install"
32
},
0 commit comments