| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,9 +19,8 @@ | |||
| 19 | 19 | }, | |
| 20 | 20 | "private": true, | |
| 21 | 21 | "scripts": { | |
| 22 | - "postinstall": "npm run bootstrap", | ||
| 23 | - "bootstrap": "lerna bootstrap", | ||
| 24 | - "setup": "npm install && npm run build:uikit", | ||
| 22 | + "postinstall": "lerna run postbootstrap", | ||
| 23 | + "setup": "yarn", | ||
| 25 | 24 | "build:uikit": "cd packages/uikit-workshop && npm run build", | |
| 26 | 25 | "precommit": "pretty-quick --staged", | |
| 27 | 26 | "lint:fix": "npm run lint -- --fix", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,3 +3,4 @@ src/bower_components/* | |||
| 3 | 3 | .sass-cache/* | |
| 4 | 4 | .DS_Store | |
| 5 | 5 | /.eslintignore | |
| 6 | + dist | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments