Skip to content

Commit e9756cc

Browse files
committed
fix: remove duplicated node module check
1 parent 5f5db68 commit e9756cc

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
@@ -26,7 +26,7 @@
2626
"test-watch": "node --watch --import ./ts-loader.js --test --test-reporter=spec --test-reporter-destination=stdout \"tests/**/*.spec.ts\"",
2727
"coverage": "node --import ./ts-loader.js --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info \"tests/**/*.spec.ts\"",
2828
"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",
29+
"prepublishOnly": "npm run lint && npm run build && npm run test",
3030
"release": "cliff-jumper --name 'ts-serializable' --package-path '.' --no-skip-changelog --no-skip-tag",
3131
"prepare": "husky install"
3232
},

0 commit comments

Comments
 (0)