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 4bb2463 commit 1ddb357Copy full SHA for 1ddb357
1 file changed
package.json
@@ -22,7 +22,9 @@
22
"build": "babel --out-dir=dist source",
23
"dev": "babel --out-dir=dist --watch source",
24
"clean": "rm -rf dist",
25
+ "setup": "npm run setup:ubuntu",
26
"setup:ubuntu": "npm run clean && npm run build && npm i -g .",
27
+ "reset": "npm run reset:ubuntu",
28
"reset:ubuntu": "npm uninstall -g magicc && npm run setup:ubuntu",
29
"test": "prettier --check . && xo && ava"
30
},
0 commit comments