Skip to content

Commit

Permalink
remove unnecessary package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Roebuck committed May 7, 2021
1 parent efdee9f commit 2515e18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-push
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

sh scripts/stopPushOnLatest.sh && sh scripts/upToDateWithLatest.sh && sh scripts/enforceVersions.sh && yarn test:unit -- --changedSince=latest && yarn test:integration && yarn license-checker
sh scripts/stopPushOnLatest.sh && sh scripts/upToDateWithLatest.sh && sh scripts/enforceVersions.sh && yarn test:unit -- --changedSince=latest && yarn test:integration && yarn apache2-license-checker
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -34,9 +34,7 @@
"cypress:3rdParty": "yarn cypress -- --project ./3rdPartyCypress/.",
"cypress:adhoc": "yarn cypress:interactive -- --project ./AdHocCypress/.",
"dev": "rm -rf build && cp envConfig/local.env .env && run-p webpack:dev:client webpack:dev:server",
"license-checker": "apache2-license-checker",
"lighthouse": "./scripts/lighthouseRun.sh",
"line-staged": "lint-staged",
"postshrinkwrap": "test -z $CI && ./scripts/packagelockHttps.sh; git update-index --assume-unchanged .env",
"prepare": "husky install",
"preinstall": "node scripts/check-package-manager.js",
Expand Down

0 comments on commit 2515e18

Please sign in to comment.