forked from mystiq/hydrogen-web
tweak build and start command to use vite
This commit is contained in:
parent
afadd25885
commit
3fe1c0cdc3
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
|||
"lint": "eslint --cache src/",
|
||||
"lint-ts": "eslint src/ -c .ts-eslintrc.js --ext .ts",
|
||||
"lint-ci": "eslint src/",
|
||||
"test": "impunity --entry-point src/platform/web/main.js --force-esm-dirs src/",
|
||||
"start": "snowpack dev --port 3000",
|
||||
"test": "impunity --entry-point src/platform/web/main.js --force-esm-dirs src/ --root-dir src/",
|
||||
"start": "vite --port 3000",
|
||||
"build": "vite build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue