Skip to content

Commit 1ddb357

Browse files
authored
✨ tweak: add setup and reset scripts
1 parent 4bb2463 commit 1ddb357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"build": "babel --out-dir=dist source",
2323
"dev": "babel --out-dir=dist --watch source",
2424
"clean": "rm -rf dist",
25+
"setup": "npm run setup:ubuntu",
2526
"setup:ubuntu": "npm run clean && npm run build && npm i -g .",
27+
"reset": "npm run reset:ubuntu",
2628
"reset:ubuntu": "npm uninstall -g magicc && npm run setup:ubuntu",
2729
"test": "prettier --check . && xo && ava"
2830
},

0 commit comments

Comments
 (0)