Skip to content

Commit

Permalink
chore: add clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Nov 10, 2024
1 parent 9ac168b commit 5828346
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
},
"packageManager": "[email protected]",
"scripts": {
"clean": "rimraf node_modules dist *.vsix",
"postinstall": "simple-git-hooks",
"package": "pnpm vsce package --no-dependencies",
"release": "vr release --skip-npm-publish",
Expand All @@ -166,6 +167,7 @@
"eslint": "^9.13.0",
"nano-staged": "^0.8.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"ts-loader": "^9.5.1",
"tsup": "8.3.5",
Expand Down
33 changes: 23 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5828346

Please sign in to comment.