Allow passing arguments to gulp
This commit is contained in:
parent
003f32b6a4
commit
cb8cd5c550
|
@ -5,7 +5,7 @@
|
||||||
"description": "A selfmade Connect Four game.",
|
"description": "A selfmade Connect Four game.",
|
||||||
"author": "Manuel Thalmann <m@nuth.ch>",
|
"author": "Manuel Thalmann <m@nuth.ch>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"gulp": "cross-env NODE_OPTIONS=\"--loader ts-node/esm\" gulp",
|
"gulp": "cross-env NODE_OPTIONS=\"--loader ts-node/esm\" gulp --",
|
||||||
"lint": "eslint --max-warnings 0 ./src .eslintrc.cjs",
|
"lint": "eslint --max-warnings 0 ./src .eslintrc.cjs",
|
||||||
"lint-ide": "npm run lint || exit 0"
|
"lint-ide": "npm run lint || exit 0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue