Skip to content

Commit

Permalink
feat(dx): add fresh script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 22, 2022
1 parent d31625f commit 9b483ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"lint": "eslint .",
"prepare": "pnpm -r run stub",
"fresh": "rimraf node_modules packages/**/node_modules pnpm-lock.yaml && pnpm i",
"release": "bumpp package.json packages/*/package.json",
"test": "pnpm -r run test"
},
Expand All @@ -16,6 +17,7 @@
"bumpp": "^8.2.0",
"eslint": "^8.16.0",
"eslint-plugin-ow3": "workspace:*",
"rimraf": "^3.0.2",
"typescript": "^4.7.2"
}
}

0 comments on commit 9b483ed

Please sign in to comment.