Skip to content

Commit d9c6d04

Browse files
committed
clean up package.json
1 parent 9202d35 commit d9c6d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"scripts": {
2121
"start": "tsdx watch",
2222
"build": "tsdx build",
23+
"postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json",
2324
"test": "tsdx test",
2425
"lint": "tsdx lint",
25-
"prepublishOnly": "tsdx test && tsdx build",
26-
"postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json"
26+
"prepublishOnly": "npm run test && npm run build"
2727
},
2828
"peerDependencies": {},
2929
"husky": {

0 commit comments

Comments
 (0)