Skip to content

Commit 8e963dc

Browse files
committed
Remove prepack and postpack
1 parent 0df117e commit 8e963dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"scripts": {
1919
"build.cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > cjs/package.json",
2020
"build.esm": "tsc --build tsconfig.json && echo '{\"type\": \"module\"}' > esm/package.json",
21-
"build": "npm run build.cjs && npm run build.esm",
22-
"prepack": "../changeModbusDependencies.sh package.json",
23-
"postpack": "rm package.json && mv package.json.bck package.json"
21+
"build": "npm run build.cjs && npm run build.esm"
2422
},
2523
"exports": {
2624
"require": "./cjs/index.js",

0 commit comments

Comments
 (0)