mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 21:03:24 -05:00
Fix(scripts): run create-rev on pretest as well
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"prelint-js": "npm run create-rev",
|
||||
"lint-js": "eslint --ext=.js,.jsx server/ common/ config/ client/",
|
||||
"lint-json": "npm run lint-server && npm run lint-challenges && npm run lint-resources && npm run lint-utils",
|
||||
"pretest": "npm run lint",
|
||||
"pretest": "npm run create-rev && npm run lint",
|
||||
"snyk-protect": "snyk protect",
|
||||
"prepublish": "npm run snyk-protect",
|
||||
"test-challenges": "babel-node seed/test-challenges.js | tap-spec",
|
||||
|
||||
Reference in New Issue
Block a user