Add crosscheck action (#13)

This commit is contained in:
Jaco Greeff
2020-10-18 12:51:49 +02:00
committed by GitHub
parent a6460eca2b
commit f5da2f14c7
6 changed files with 103 additions and 5 deletions
+2 -1
View File
@@ -15,8 +15,9 @@
"build:release": "polkadot-ci-ghact-build --skip-beta",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"phishing:crosscheck": "polkadot-dev-run-test packages/phishing/src/crosscheck",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --coverage --runInBand"
"test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns crosscheck"
},
"devDependencies": {
"@babel/core": "^7.12.3",