Skip to content

Commit

Permalink
test ci :(
Browse files Browse the repository at this point in the history
  • Loading branch information
rinchan01 committed Nov 25, 2024
1 parent d18dca4 commit cf908b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"build": "rimraf build && rollup -c rollup.config.js",
"test": "echo \"Test run\" && exit 0",
"test": "npx tsx ./internal/validateTokenFiles.ts",
"lint": "biome check --no-errors-on-unmatched --fix ."
},
"files": ["build"],
Expand Down
1 change: 1 addition & 0 deletions src/tokens/wrongToken3.yaml → src/tokens/wrongtoken.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ treasury:

burn:
- addr1w8qmxkacjdffxah0l3qg8hq2pmvs58q8lcy42zy9kda2ylc6dy5r4

0 comments on commit cf908b3

Please sign in to comment.