We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f86c6 commit 3dadcb6Copy full SHA for 3dadcb6
package.json
@@ -19,11 +19,12 @@
19
"test": "test"
20
},
21
"scripts": {
22
- "build": "npm run build:cjs && npm run build:esm && npm run build:types && bash ./scripts/build.sh",
+ "build": "npm run build:cjs && npm run build:esm && npm run build:types",
23
"build:cjs": "tsc -p tsconfig.cjs.json",
24
"build:esm": "tsc -p tsconfig.esm.json",
25
"build:types": "tsc --emitDeclarationOnly -p tsconfig.json",
26
"example": "node --loader ts-node/esm example",
27
+ "postbuild": "bash ./scripts/postbuild.sh",
28
"prepare": "npm run build",
29
"prepublishOnly": "npm run test",
30
"test": "node --loader ts-node/esm test"
scripts/build.sh renamed to scripts/postbuild.sh
0 commit comments