Skip to content

Commit

Permalink
Changes now => vc
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jun 8, 2020
1 parent e838627 commit 0896c6c
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 @@ -6,8 +6,8 @@
"private": true,
"scripts": {
"test": "standard",
"dev": "now dev",
"deploy": "now --prod",
"dev": "vc dev",
"deploy": "vc --prod",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i",
"standard-fix": "standard --fix",
"import": "node utils/import-data.js"
Expand Down

0 comments on commit 0896c6c

Please sign in to comment.