Skip to content

Commit

Permalink
Merge pull request #75 from creative-commoners/pulls/2.6/broken-builds
Browse files Browse the repository at this point in the history
MNT Remove yarn test script
  • Loading branch information
GuySartorelli authored Jul 18, 2022
2 parents 56a94ac + 28481c5 commit a856223
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 a856223

Please sign in to comment.