Skip to content

Commit 85fff03

Browse files
authored
build: add clean script (#855)
1 parent 1db9553 commit 85fff03

File tree

2 files changed

+129
-0
lines changed

2 files changed

+129
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "main.js",
66
"scripts": {
77
"build": "webpack --config webpack.prod.js",
8+
"clean": "rimraf build coverage node_modules",
89
"watch": "webpack --config webpack.common.js --watch",
910
"make:linux": "electron-builder --linux",
1011
"make:macos": "electron-builder --mac --universal",
@@ -137,6 +138,7 @@
137138
"postcss-loader": "8.1.1",
138139
"prettier": "3.2.5",
139140
"react-test-renderer": "18.2.0",
141+
"rimraf": "5.0.5",
140142
"style-loader": "3.3.4",
141143
"tailwindcss": "3.4.1",
142144
"ts-jest": "29.1.2",

pnpm-lock.yaml

+127
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)