Don't run linters in test command
CI / Lint (pull_request) Successful in 1m5s
CI / Test (pull_request) Failing after 15s

This commit is contained in:
2026-07-25 19:48:41 +02:00
parent 5cc17d57c1
commit 10727cc55c
+1 -2
View File
@@ -15,8 +15,7 @@
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember serve",
"test": "npm-run-all lint:* test:*",
"test:ember": "ember test",
"test": "ember test",
"start:local": "WEB3_PROVIDER_URL=http://localhost:8545 WEB3_CHAIN_ID=1337 WEB3_NETWORK_NAME='Hardhat Devchain' ember serve",
"build": "ember build --environment=production",
"build-prod": "rm -rf release/* && ember build -prod --output-path release",