mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
Move engines-check to ./tools subfolder
This commit is contained in:
parent
a53e0c09af
commit
f943e55e86
@ -13,7 +13,7 @@ cypress/
|
||||
doc/
|
||||
markdown/
|
||||
netscript_tests/
|
||||
scripts/
|
||||
tools/engines-check/
|
||||
|
||||
electron/lib
|
||||
electron/greenworks.js
|
||||
|
@ -113,7 +113,7 @@
|
||||
"build:dev": "webpack --mode development",
|
||||
"lint": "eslint --fix . --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:watch": "jest --watch",
|
||||
"watch": "webpack --watch --mode production",
|
||||
|
Loading…
Reference in New Issue
Block a user