Skip to content

Commit 1ba482a

Browse files
added new script for windows users,setup:windows
1 parent b60932c commit 1ba482a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"clean": "rm -rf",
2525
"setup": "npm run setup:ubuntu",
2626
"setup:ubuntu": "npm run clean && npm run build && npm i -g .",
27+
"setup:windows":"rmdir /s /q dist && yarn build",
2728
"reset": "npm run reset:ubuntu",
2829
"reset:ubuntu": "npm uninstall -g magicc && npm run setup:ubuntu",
2930
"test": "prettier --check . && xo && ava"

0 commit comments

Comments
 (0)