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.
2 parents 0f20078 + b452963 commit ca55b98Copy full SHA for ca55b98
package.json
@@ -9,8 +9,7 @@
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",
12
- "publish": "npm publish",
13
- "prepublishonly": "npm run build"
+ "publish": "npm run build && npm publish"
14
},
15
"keywords": [
16
"fetch"
0 commit comments