Merge pull request #1373 from waku-org/test/remove-unused-pretest

This commit is contained in:
fryorcraken.eth 2023-05-24 11:01:38 +10:00 committed by GitHub
commit 3a2d281d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -56,7 +56,6 @@
"build:bundle": "rollup --config rollup.config.js",
"fix": "run-s fix:*",
"fix:lint": "eslint src *.js --fix",
"pretest": "run-s pretest:*",
"check": "run-s check:*",
"check:tsc": "tsc -p tsconfig.dev.json",
"check:lint": "eslint src *.js",

View File

@ -34,7 +34,6 @@
"build:bundle": "rollup --config rollup.config.js",
"fix": "run-s fix:*",
"fix:lint": "eslint src *.js --fix",
"pretest": "run-s pretest:*",
"check": "run-s check:*",
"check:tsc": "tsc -p tsconfig.dev.json",
"check:lint": "eslint src *.js",