File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments