Skip to content

Commit 4b22d33

Browse files
author
ogmatrix
committed
fix: prevent build:prod from deleting data folder
1 parent 67a1053 commit 4b22d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"clean": "rimraf dist",
3232
"clean:all": "rimraf dist data",
3333
"prebuild": "npm run clean",
34-
"prebuild:prod": "npm run clean:all",
34+
"prebuild:prod": "npm run clean",
3535
"postinstall": "node scripts/postinstall.js",
3636
"prepublishOnly": "",
3737
"release:auto": "semantic-release",

0 commit comments

Comments
 (0)