mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
fix: remove package-lock.json
This fixes strange bug with downloading Chromium on node 15.
This commit is contained in:
Generated
+3819
-2035
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -10,7 +10,8 @@
|
|||||||
"compile": "tsc",
|
"compile": "tsc",
|
||||||
"pretest": "npm run compile",
|
"pretest": "npm run compile",
|
||||||
"posttest": "npm run lint",
|
"posttest": "npm run lint",
|
||||||
"start": "npm run compile && node build/src/index.js",
|
"prestart": "npm run compile",
|
||||||
|
"start": "node build/src/index.js",
|
||||||
"start:dev": "nodemon --config nodemon.json",
|
"start:dev": "nodemon --config nodemon.json",
|
||||||
"start:production": "node build/src/index.js",
|
"start:production": "node build/src/index.js",
|
||||||
"test": "c8 mocha 'build/test/**/test-*.js' --exclude 'build/test/functional/**/test-*.js'",
|
"test": "c8 mocha 'build/test/**/test-*.js' --exclude 'build/test/functional/**/test-*.js'",
|
||||||
|
|||||||
Reference in New Issue
Block a user