Browse Source

update scripts in package.json

Klaudiusz Dembler 4 years ago
parent
commit
51a8c781a8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -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}": [