chore: removed unused pretest scripts

This commit is contained in:
fryorcraken.eth 2023-05-23 15:06:19 +10:00
parent 9596a93e5d
commit 3b31004eb9
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
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",