Skip to content

Commit

Permalink
MNT Add yarn lint back in
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jan 11, 2023
1 parent 6b95cde commit a70d8d5
Show file tree
Hide file tree
Showing 2 changed files with 659 additions and 323 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": "^18.x"
},
"scripts": {
"build": "yarn && rm -rf client/dist/* && NODE_ENV=production webpack --mode production --bail --progress",
"build": "yarn && yarn lint && rm -rf client/dist/* && NODE_ENV=production webpack --mode production --bail --progress",
"dev": "NODE_ENV=development webpack --progress",
"watch": "NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
Expand Down Expand Up @@ -47,8 +47,8 @@
}
},
"devDependencies": {
"@silverstripe/eslint-config": "^1.0.0-alpha1",
"@silverstripe/webpack-config": "^2.0.0-alpha1",
"@silverstripe/eslint-config": "^1.0.0-alpha6",
"@silverstripe/webpack-config": "^2.0.0-alpha5",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addons": "^6.5.13",
"@storybook/react": "^6.5.13",
Expand Down
Loading

0 comments on commit a70d8d5

Please sign in to comment.