Skip to content

Commit ead06d2

Browse files
Fix prebuild fse-remove -> fse remove
1 parent 6c2d9e2 commit ead06d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"start:dev": "npx nodemon",
3131
"start:build": "node build/index.js",
3232
"start:webpack": "npx webpack --watch",
33-
"prebuild": "fse-remove ./build",
33+
"prebuild": "fse remove build",
3434
"build": "tsc",
3535
"postbuild": "npm run copy-pluggable-files",
3636
"build:webpack": "npx webpack --mode production",

0 commit comments

Comments
 (0)