Allow passing arguments to gulp

This commit is contained in:
Manuel Thalmann 2022-12-04 21:34:19 +01:00
parent 003f32b6a4
commit cb8cd5c550

View file

@ -5,7 +5,7 @@
"description": "A selfmade Connect Four game.",
"author": "Manuel Thalmann <m@nuth.ch>",
"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-ide": "npm run lint || exit 0"
},