Remove redundant pretest script (#50518)

This commit is contained in:
Jake Bailey 2022-08-29 12:12:32 -07:00 committed by GitHub
parent 6d170b490d
commit c89f355a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,6 @@
"es5-ext": "0.10.53"
},
"scripts": {
"pretest": "gulp tests",
"test": "gulp runtests-parallel --light=false",
"test:eslint-rules": "gulp run-eslint-rules-tests",
"build": "npm run build:compiler && npm run build:tests",