Skip to content

Commit

Permalink
run-script has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacobel committed May 10, 2024
1 parent bd72221 commit 355ae97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"awsUtils": "ts-node aws/utils",
"style": "prettier -l --ignore-path .eslintignore . && eslint . && stylelint 'src/**/*.{js,ts,tsx}'",
"validate": "tsc --noEmit",
"lint": "yarn --silent style && yarn --silent validate",
"lint": "yarn --silent run style && yarn --silent run validate",
"start": "webpack-dev-server",
"test": "jest --coverage && ./install-test.sh"
},
Expand Down

0 comments on commit 355ae97

Please sign in to comment.