Skip to content

Commit

Permalink
MNT Remove yarn test script
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jul 18, 2022
1 parent 56a94ac commit 28481c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"build": "yarn && yarn lint && NODE_ENV=production webpack -p --bail --progress",
"watch": "yarn && NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
"test": "jest",
"lint": "eslint client/src && sass-lint --verbose client/src/**/*.scss",
"lint-js": "eslint client/src",
"lint-js-fix": "eslint client/src --fix",
Expand Down

0 comments on commit 28481c5

Please sign in to comment.