mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-19 06:21:05 +00:00
Nightly addrcheck (#63)
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user