Migrate to Gitea Actions (#230)
CI / Lint (push) Successful in 1m10s
CI / Test (push) Successful in 1m57s

CI and Release Drafter

Reviewed-on: #230
This commit was merged in pull request #230.
This commit is contained in:
2026-07-25 18:18:50 +00:00
parent dbf4709512
commit 349f0e5eea
6 changed files with 73 additions and 36 deletions
+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",