We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efdb9a commit d334a21Copy full SHA for d334a21
package.json
@@ -21,11 +21,16 @@
21
"scripts": {
22
"build": "babel --out-dir=dist source",
23
"dev": "babel --out-dir=dist --watch source",
24
- "clean:ubuntu": "rm -rf dist",
+
25
+ "clean":"rm -rf dist",
26
"clean:windows": "rmdir /s /q dist",
- "setup": "npm run setup:ubuntu || npm run setup:windows",
27
- "setup:ubuntu": "npm run clean:ubuntu && npm run build && npm i -g .",
28
29
+ "setup": "npm run setup:ubuntu",
30
+ "setup:ubuntu": "npm run clean && npm run build && npm i -g .",
31
"setup:windows":"npm run clean:windows && npm run build",
32
33
34
"reset": "npm run reset:ubuntu",
35
"reset:ubuntu": "npm uninstall -g magicc && npm run setup:ubuntu",
36
"test": "prettier --check . && xo && ava"
0 commit comments