error to pre

This commit is contained in:
2023-04-16 12:30:42 +03:00
parent 109d51115b
commit 412d6377bd
2 changed files with 11 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"main": "./src/index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ijl-cli --server --port=8099",
"start": "ijl-cli --server --port=8099 --with-open-browser",
"build": "npm run clean && ijl-cli --build --dev",
"build:prod": "npm run clean && ijl-cli --build",
"clean": "rimraf dist"