1
Fork 0

remove development setting

This commit is contained in:
adi 2022-02-12 19:17:21 +01:00
parent b1e73752da
commit 56354d8ee7
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
},
"scripts": {
"start": "BROWSER=none PORT=1234 craco start",
"build": "HOST_TYPE=dev craco build",
"build": "HOST_TYPE=craco build",
"test": "npm run lint && npm run jest -- --watchAll=false",
"test:ci": "npm run lint && npm run jest:ci",
"lint": "npm run lint:types & npm run lint:eslint",