Skip to content

Commit

Permalink
adjust export script
Browse files Browse the repository at this point in the history
  • Loading branch information
Simply007 committed Nov 22, 2019
1 parent 7b1c924 commit 0f696f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"dev": "sapper dev",
"build": "sapper build",
"export": "sapper export --legacy",
"export": "sapper export",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
Expand Down

0 comments on commit 0f696f2

Please sign in to comment.