Skip to content

Commit b60932c

Browse files
delete yarn file,made config.json as earlier,removed magicc from pakage.json
1 parent a194e8e commit b60932c

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
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"build": "babel --out-dir=dist source",
2323
"dev": "babel --out-dir=dist --watch source",
24-
"clean": "rmdir /s /q dist",
24+
"clean": "rm -rf",
2525
"setup": "npm run setup:ubuntu",
2626
"setup:ubuntu": "npm run clean && npm run build && npm i -g .",
2727
"reset": "npm run reset:ubuntu",

0 commit comments

Comments
 (0)