Commit 22f34d91 by Иван Кубота

fix starting

parent d5737799
Pipeline #520 canceled with stage
#!/usr/bin/env node --experimental-modules #!/usr/bin/env node
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"yargs": "^15.1.0" "yargs": "^15.1.0"
}, },
"scripts": { "scripts": {
"start": "node --experimental-modules index.js" "start": "node"
}, },
"bin": { "bin": {
"kus-quizard": "./bin/index.js" "kus-quizard": "./bin/index.js"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment