Skip to content

Commit

Permalink
revert _ scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
althoff0 committed Aug 15, 2024
1 parent ea664a1 commit 9e14fca
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 @@ -10,8 +10,8 @@
"scripts": {
"test": "eslint . && ava -v",
"lint": "eslint . ",
"_prepare": "npm run build",
"_build": "rm -rf ./dist && tsc"
"prepare": "npm run build",
"build": "rm -rf ./dist && tsc"
},
"author": "Dominic Smith",
"license": "MIT",
Expand Down

0 comments on commit 9e14fca

Please sign in to comment.