Update package.json
This commit is contained in:
parent
798837fc24
commit
396c39e800
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "sapper dev",
|
||||
"build": "sapper build --legacy",
|
||||
"export": "sapper export --legacy",
|
||||
"build": "sapper build",
|
||||
"export": "sapper export",
|
||||
"start": "node __sapper__/build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue