|
18 | 18 | "format": "git ls-files | grep -E \"\\.(jsx?|css)$\" | xargs prettier --write", |
19 | 19 | "format:verify": "git ls-files | grep -E \"\\.(jsx?|css)$\" | xargs prettier --list-different", |
20 | 20 | "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", |
29 | | - "package": "slap package --prod", |
30 | 21 | "pkg": "yarn package", |
31 | | - "rebuild": "echo \"Rebuilding...\" && slap stage --skip-clean", |
32 | | - "start2": "yarn build && onchange src/** -- slap stage", |
33 | | - "test2": "python -m unittest discover -s src/app/bin -p '*_tests.py' -v", |
34 | | - "test:watch": "onchange src/app/bin/** -- yarn test" |
35 | | - }, |
36 | | - "dependencies": { |
37 | | - "@splunk/react-page": "^3.0.0", |
38 | | - "@splunk/react-toast-notifications": "^0.7.0", |
39 | | - "@splunk/react-ui": "^2", |
40 | | - "react": "^16", |
41 | | - "react-dom": "^16", |
42 | | - "styled-components": "^4" |
43 | 22 | }, |
44 | 23 | "devDependencies": { |
45 | 24 | "lerna": "^2.9.0", |
|
0 commit comments