Skip to content

Commit

Permalink
add reset script
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbrugger committed Nov 20, 2023
1 parent 8b7a9f1 commit 285a772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"clean": "find ./ '(' -name 'node_modules' -o -name 'dist' -o -name '.turbo' -o -name '.parcel-cache' ')' -type d -exec rm -rf {} +",
"test": "turbo test --concurrency=1",
"build": "turbo build",
"reset": "npm run clean && npm i && npm run build",
"lint": "prettier --check **/*.ts",
"changeset": "changeset",
"changeset-apply": "changeset version",
Expand Down

0 comments on commit 285a772

Please sign in to comment.