Skip to content

Commit 46bfd01

Browse files
committed
fix: fix scripts
1 parent cab8ec4 commit 46bfd01

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@
2727
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
2828
"build": "npm run tsc",
2929
"prepublishOnly": "npm run tsc",
30-
"test": "jest"
30+
"test": "jest",
31+
"postinstall": "patch-package"
3132
},
3233
"keywords": [],
3334
"author": "Codam Coding College <it@codam.nl>",
3435
"license": "ISC",
35-
"scripts": {
36-
"postinstall": "patch-package"
37-
},
3836
"dependencies": {
3937
"bottleneck": "^2.19.5",
4038
"node-cache": "^5.1.2",

0 commit comments

Comments
 (0)