Skip to content

Commit 349fdfe

Browse files
committed
Update package.json
1 parent 47d552d commit 349fdfe

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,18 @@
1818
"format": "git ls-files | grep -E \"\\.(jsx?|css)$\" | xargs prettier --write",
1919
"format:verify": "git ls-files | grep -E \"\\.(jsx?|css)$\" | xargs prettier --list-different",
2020
"lint": "lerna run lint --no-sort",
21+
"setup": "yarn && lerna run build",
22+
"start": "lerna run start --stream --no-sort --concurrency 100",
23+
"test": "lerna run test --stream --no-sort",
24+
"setup": "yarn install && yarn build && yarn symlink",
25+
"build2": "slap stage",
26+
"build:pages": "date",
27+
"slap:post-stage": "yarn build:pages",
28+
"symlink": "slap symlink",
2129
"package": "slap package --prod",
22-
"pkg": "yarn package"
30+
"pkg": "yarn package",
31+
"rebuild": "echo \"Rebuilding...\" && slap stage --skip-clean",
32+
"start2": "yarn build && onchange src/** -- slap stage"
2333
},
2434
"devDependencies": {
2535
"lerna": "^2.9.0",

0 commit comments

Comments
 (0)