Skip to content

Commit

Permalink
Clear build folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Mar 25, 2024
1 parent 6b1663f commit bea2b63
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 41 deletions.
99 changes: 59 additions & 40 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "npm run build:options && vite build",
"build": "rimraf build && npm run build:options && vite build",
"build:options": "vite-node src/scripts/build-options.ts",
"lint": "cross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*",
"lint:lockfile": "lockfile-lint",
Expand Down Expand Up @@ -134,6 +134,7 @@
"prompts-ncu": "^3.0.0",
"rc-config-loader": "^4.1.3",
"remote-git-tags": "^3.0.0",
"rimraf": "^5.0.5",
"rollup-plugin-node-externals": "^7.1.0",
"semver": "^7.6.0",
"semver-utils": "^1.1.4",
Expand Down

0 comments on commit bea2b63

Please sign in to comment.