Skip to content

Commit

Permalink
refact, please ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
i5ting committed Oct 10, 2022
1 parent 6401811 commit 63bb4a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
},
"scripts": {
"start": "ts-node ./src/bin.ts",
"build": "npm test && rm -rf ./dist && tsc",
"publish": "npm test && rm -rf ./dist && tsc && np",
"build": "npm test && rm -rf ./dist && tsc && np",
"test": "uvu -r ts-node/register test -i fixtures",
"dev": "ts-node test.ts",
"cli": "ts-node src/bin.ts tests/test.ts",
Expand Down

0 comments on commit 63bb4a5

Please sign in to comment.