Skip to content

Commit

Permalink
back to netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Oct 24, 2023
1 parent 0c973be commit 73c0a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build": "npm run lint && npm run buildExport && npx gulp",
"zip": "rm -rf build/flickity-docs.zip && cp -r build docs && zip -rq build/flickity-docs.zip docs/ && rm -rf docs",
"buildExport": "rm -rf build/ && npx gulp export && npm run zip",
"deploy": "vercel deploy --cwd build/",
"deployProd": "vercel deploy --cwd build --prod"
"deploy": "netlify deploy --dir=build",
"deployProd": "netlify deploy --dir=build --prod"
},
"dependencies": {
"cheerio": "^1.0.0-rc.10",
Expand Down

0 comments on commit 73c0a45

Please sign in to comment.