Skip to content

Commit

Permalink
Remove unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
catloversg committed Dec 3, 2024
1 parent 30cf1f3 commit 48a644c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@
"format": "prettier -c --write .",
"format:report": "prettier -c .",
"start": "electron .app/index.html",
"start:dev": "webpack serve --progress --mode development --env enableReactRefresh",
"start:dev": "webpack serve --progress --mode development",
"build": "bash ./tools/build.sh production",
"build:dev": "bash ./tools/build.sh development",
"lint": "eslint --fix --ext js,jsx,ts,tsx --max-warnings 0 src",
"lint:report": "eslint --ext js,jsx,ts,tsx --max-warnings 0 src",
"preinstall": "node ./tools/engines-check/engines-check.js",
"test": "jest --runInBand ./test/jest/Netscript/Singularity.test.ts",
"test": "jest",
"test:watch": "jest --watch",
"watch": "webpack --watch --mode production",
"watch:dev": "webpack --watch --mode development",
Expand Down

0 comments on commit 48a644c

Please sign in to comment.