Skip to content

Commit

Permalink
unignore .next
Browse files Browse the repository at this point in the history
  • Loading branch information
timqian committed Jun 16, 2019
1 parent 64cb7ce commit fa5bb28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .upignore
@@ -1 +1,3 @@
!.next
*.md
/bots
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"sb": "nodemon backend/index.js --watch backend/",
"sw": "node bots/wechat/index.js",
"initDb": "node db/initDb.js",
"deploy": "npm run build && npm prune --production && up deploy production && npm i --offline"
"deploy": "npm run build && npm prune --production && up deploy production --no-build && npm i --offline"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fa5bb28

Please sign in to comment.