Skip to content

Commit

Permalink
clean up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed May 11, 2021
1 parent 9202d35 commit d9c6d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json",
"test": "tsdx test",
"lint": "tsdx lint",
"prepublishOnly": "tsdx test && tsdx build",
"postbuild": "cp src/tokenlist.schema.json dist/tokenlist.schema.json"
"prepublishOnly": "npm run test && npm run build"
},
"peerDependencies": {},
"husky": {
Expand Down

0 comments on commit d9c6d04

Please sign in to comment.