Nightly addrcheck (#63)

This commit is contained in:
Jaco Greeff
2021-01-24 09:55:00 +01:00
committed by GitHub
parent 3fc8908b5e
commit 38c2a9f1b7
6 changed files with 87 additions and 3 deletions
+2 -1
View File
@@ -15,9 +15,10 @@
"build:release": "polkadot-ci-ghact-build --skip-beta",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"phishing:addrcheck": "polkadot-dev-run-test packages/phishing/src/addrcheck",
"phishing:crosscheck": "polkadot-dev-run-test packages/phishing/src/crosscheck",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns crosscheck"
"test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck"
},
"devDependencies": {
"@babel/core": "^7.12.10",