Move engines-check to ./tools subfolder

This commit is contained in:
Martin Fournier 2022-01-25 16:38:54 -05:00
parent a53e0c09af
commit f943e55e86
5 changed files with 2 additions and 2 deletions

@ -13,7 +13,7 @@ cypress/
doc/ doc/
markdown/ markdown/
netscript_tests/ netscript_tests/
scripts/ tools/engines-check/
electron/lib electron/lib
electron/greenworks.js electron/greenworks.js

@ -113,7 +113,7 @@
"build:dev": "webpack --mode development", "build:dev": "webpack --mode development",
"lint": "eslint --fix . --ext js,jsx,ts,tsx", "lint": "eslint --fix . --ext js,jsx,ts,tsx",
"lint:report": "eslint --ext js,jsx,ts,tsx .", "lint:report": "eslint --ext js,jsx,ts,tsx .",
"preinstall": "node ./scripts/engines-check.js", "preinstall": "node ./tools/engines-check/engines-check.js",
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"watch": "webpack --watch --mode production", "watch": "webpack --watch --mode production",