|
@@ -7,11 +7,11 @@
|
|
|
"scripts": {
|
|
|
"start": "concurrently \"yarn dev\" \"yarn storybook\"",
|
|
|
"build": "lerna run build",
|
|
|
- "dev": "lerna run --scope atlas-app dev",
|
|
|
+ "dev": "yarn workspace atlas-app dev",
|
|
|
"storybook": "lerna run --scope atlas-app --stream storybook",
|
|
|
"lint": "yarn run eslint . --ext .js,.jsx,.ts,.tsx",
|
|
|
"clean": "lerna clean && rm -rf node_modules",
|
|
|
- "test": "lerna run --stream test"
|
|
|
+ "test": "yarn workspace atlas-app test"
|
|
|
},
|
|
|
"lint-staged": {
|
|
|
"*.{ts, tsx, js, jsx, json}": [
|