Skip to content

Commit 8e2b647

Browse files
authored
chore: Fine-tune scripts (#37)
1 parent db3527b commit 8e2b647

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
"type": "module",
88
"scripts": {
99
"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"
10+
"build": "tsc && publint",
11+
"prebuild": "npm run test",
12+
"prepublishOnly": "npm run build"
1213
},
1314
"keywords": [
1415
"fetch"

0 commit comments

Comments
 (0)