Migrate to Gitea Actions #230

Merged
raucao merged 7 commits from dev/ci into master 2026-07-25 18:18:51 +00:00
Showing only changes of commit 10727cc55c - Show all commits
+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",