1
Fork 0
This commit is contained in:
adi 2022-02-12 19:18:14 +01:00
parent 56354d8ee7
commit 259119cfdb
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=craco build",
"build": "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",