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 db3527b commit 8e2b647Copy full SHA for 8e2b647
package.json
@@ -7,8 +7,9 @@
7
"type": "module",
8
"scripts": {
9
"test": "ts-mocha -n loader=ts-node/esm -p ./tsconfig.json ./src/tests/**/*.test.ts",
10
- "build": "npx tsc && npx publint",
11
- "prebuild": "npm run test"
+ "build": "tsc && publint",
+ "prebuild": "npm run test",
12
+ "prepublishOnly": "npm run build"
13
},
14
"keywords": [
15
"fetch"
0 commit comments