Skip to content

Commit 982e4c2

Browse files
committed
sort-package-json
1 parent 00682af commit 982e4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"test": "jest",
3232
"typecheck": "tsc --project tsconfig.json",
3333
"prepublish": "yarn run clean && yarn run build",
34+
"postpublish": "pinst --enable",
3435
"postinstall": "husky install",
35-
"prepublishOnly": "pinst --disable",
36-
"postpublish": "pinst --enable"
36+
"prepublishOnly": "pinst --disable"
3737
},
3838
"devDependencies": {
3939
"@tsconfig/node10": "^1.0.7",

0 commit comments

Comments
 (0)