Skip to content

Commit

Permalink
Remove unsused jar script (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer authored Oct 26, 2020
1 parent e69d83e commit 439e678
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 @@ -28,7 +28,6 @@
"e2e-local": "CYPRESS_E2E_TEST_ENV=\"local\" cypress run",
"e2e-local-open": "CYPRESS_E2E_TEST_ENV=\"local\" cypress open",
"format": "prettier-eslint --write 'src/**/!(*.min).{js,jsx,ts,tsx,css,json}' 'e2e_tests/**/*.{js,jsx,ts,tsx,css,json}' 'scripts/**/*.{js,jsx,ts,tsx,css,json}' 'build_scripts/**/*.{js,jsx,ts,tsx,css,json}'",
"jar": "yarn build && mvn package",
"jest": "jest --coverage",
"lint": "eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx ./",
"precommit": "lint-staged",
Expand Down

0 comments on commit 439e678

Please sign in to comment.