1 parent ad3e24b commit 7b0f94eCopy full SHA for 7b0f94e
1 file changed
package.json
@@ -8,7 +8,6 @@
8
"scripts": {
9
"lint": "eslint --fix *.js",
10
"build": "ncc build index.js -o dist",
11
- "postbuild": "node --input-type=commonjs -e \"require('fs').writeFileSync('dist/package.json', '{}')\"",
12
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js src --config=jest.config.cjs",
13
"test-debug": "node --experimental-vm-modules --inspect-brk node_modules/jest/bin/jest.js --runInBand src --config=jest.config.cjs",
14
"deploy-wip": "rimraf dist/index.js && npm run build && git ac wip && git push",
0 commit comments