Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
meithebear committed Feb 21, 2024
1 parent a69f5ba commit 599aefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "build/berachain-default.tokenlist.json",
"scripts": {
"test": "mocha",
"build": "rimraf build && mkdir -p build && node src/write.js > build/berachain-default.tokenlist.json",
"build": "rimraf build && mkdir -p build",
"prepublishOnly": "npm test && npm run build"
},
"files": [
Expand Down

0 comments on commit 599aefa

Please sign in to comment.