Skip to content

Commit

Permalink
Cleanup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
phuocng committed Feb 5, 2020
1 parent ca91c05 commit 3728135
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -4,10 +4,8 @@
"description": "FormValidation official website",
"scripts": {
"dev": "node --max-old-space-size=4096 node_modules/.bin/sapper dev",
"build": "node --max-old-space-size=4096 node_modules/.bin/sapper build --legacy",
"export": "node --max-old-space-size=4096 node_modules/.bin/sapper export --legacy",
"start": "node __sapper__/build",
"predeploy": "rm -rf __sapper__/export && npm run export",
"build": "node --max-old-space-size=4096 node_modules/.bin/sapper build",
"export": "rm -rf __sapper__/export && node --max-old-space-size=4096 node_modules/.bin/sapper export",
"deploy": "netlify deploy --dir=__sapper__/export --prod"
},
"dependencies": {
Expand Down

0 comments on commit 3728135

Please sign in to comment.