Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
rm npmr alias (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 3, 2018
1 parent 6fb5e86 commit 18a2544
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
"description": "Meal Planner",
"main": "index.js",
"scripts": {
"alias": "now alias",
"dev": "next",
"build": "next build",
"preexport": "npm run build",
"export": "next export",
"postexport": "cp static/sw.js out && cp static/robots.txt out",
"deploy": "now out",
"postdeploy": "npm run alias",
"start": "next start",
"start:static": "serve -p 3000",
"test": "test"
Expand Down

0 comments on commit 18a2544

Please sign in to comment.