Skip to content

Commit ca55b98

Browse files
authored
Merge pull request #6 from WJSoftware:JP/chores
chore: Correct publish script
2 parents 0f20078 + b452963 commit ca55b98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"test": "ts-mocha -n loader=ts-node/esm -p ./tsconfig.json ./src/tests/**/*.test.ts",
1010
"build": "npx tsc && npx publint",
1111
"prebuild": "npm run test",
12-
"publish": "npm publish",
13-
"prepublishonly": "npm run build"
12+
"publish": "npm run build && npm publish"
1413
},
1514
"keywords": [
1615
"fetch"

0 commit comments

Comments
 (0)