Skip to content

Commit a031b66

Browse files
committed
Add back stylelint dev dependency, don't cd
1 parent df58946 commit a031b66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"scripts": {
4-
"build": "cd packages/react-scripts && node scripts/build.js",
4+
"build": "node packages/react-scripts/scripts/build.js",
55
"changelog": "lerna-changelog",
66
"create-react-app": "tasks/cra.sh",
77
"e2e": "tasks/e2e-simple.sh",
@@ -18,7 +18,8 @@
1818
"lerna": "2.0.0-beta.38",
1919
"lerna-changelog": "^0.2.3",
2020
"lint-staged": "^3.3.1",
21-
"prettier": "^0.21.0"
21+
"prettier": "^0.21.0",
22+
"stylelint-csstree-validator": "^1.1.1"
2223
},
2324
"lint-staged": {
2425
"*.js": [

0 commit comments

Comments
 (0)