Skip to content

Commit 3938aa8

Browse files
committed
build: Updated package scripts & lockfiles
1 parent b0468c7 commit 3938aa8

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
@@ -15,7 +15,7 @@
1515
"clean:all": "yarn run clean && npx -y rimraf node_modules **/node_modules **/yarn.lock yarn.lock",
1616
"reset": "yarn run clean:all && yarn install",
1717
"-------------- ": "",
18-
"prebuild": "rimraf dist",
18+
"prebuild": "npx -y rimraf dist",
1919
"install:tests": "cd test && yarn install",
2020
"prepare": "yarn run install:tests"
2121
},

0 commit comments

Comments
 (0)