mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Run snowpack on 'yarn start'
This commit is contained in:
parent
86242daf3b
commit
d2f32ca3a5
@ -10,7 +10,7 @@
|
||||
"lint": "eslint --cache src/",
|
||||
"lint-ci": "eslint src/",
|
||||
"test": "impunity --entry-point src/main.js --force-esm-dirs lib/ src/",
|
||||
"start": "node scripts/serve-local.js",
|
||||
"start": "snowpack dev --port 3000",
|
||||
"build": "node --experimental-modules scripts/build.mjs",
|
||||
"postinstall": "node ./scripts/post-install.js"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user