Additional CI checks (#1754)

* Additional CI checks

* if: always()
This commit is contained in:
Jaco
2022-07-05 23:15:33 +02:00
committed by GitHub
parent e8bf24ef51
commit 3dd66ff0f5
6 changed files with 48 additions and 2 deletions
+3
View File
@@ -21,6 +21,9 @@
"build:release:ipfs": "node scripts/ipfsUpload.mjs",
"build:rollup": "polkadot-exec-rollup --config",
"clean": "polkadot-dev-clean-build",
"deno": "yarn build && yarn deno:setup && yarn deno:check",
"deno:check": "deno check --import-map=deno/import_map.json deno/check.ts",
"deno:setup": "deno run --import-map=deno/import_map.json --allow-read --allow-write deno/setup.ts",
"lint": "polkadot-dev-run-lint",
"phishing:addrcheck": "polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/addrcheck",
"phishing:crosscheck": "polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/crosscheck",