disable prompts until complete

This commit is contained in:
Danny Avila 2023-03-06 08:50:36 -05:00
parent b750bd2970
commit c617b15bcd
2 changed files with 6 additions and 4 deletions

View file

@ -5,8 +5,10 @@
"main": "index.js",
"scripts": {
"start": "webpack-dev-server .",
"build": "Webpack . --watch",
"server": "npx nodemon server/index.js",
"build": "Webpack .",
"server": "npx node server/index.js",
"build-dev": "Webpack . --watch",
"server-dev": "npx nodemon server/index.js",
"test": "test"
},
"repository": {