We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9202d35 commit d9c6d04Copy full SHA for d9c6d04
package.json
@@ -20,10 +20,10 @@
20
"scripts": {
21
"start": "tsdx watch",
22
"build": "tsdx build",
23
+ "postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json",
24
"test": "tsdx test",
25
"lint": "tsdx lint",
- "prepublishOnly": "tsdx test && tsdx build",
26
- "postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json"
+ "prepublishOnly": "npm run test && npm run build"
27
},
28
"peerDependencies": {},
29
"husky": {
0 commit comments