Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Baiang committed Aug 15, 2018
1 parent 2a16a8f commit 6ef5246
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 232 deletions.
6 changes: 3 additions & 3 deletions server/helpers/.conf.json → .conf.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"opne": true
}
{
"opne": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "rimraf \"config/.conf.json\" && rimraf \"src/next.config.js\" && cpx \"server/helpers/.conf.json\" \"config/\" && nodemon server/index.ts",
"dev": "rimraf \"config/.conf.json\" && rimraf \"src/next.config.js\" && cpx \".conf.json\" \"config/\" && nodemon server/index.ts",
"dev:eslint": "cross-env ANALYZE=ESLINT next src",
"build": "cpx \"config/next.config.js\" \"src/\" -C && delay 1 && npm run next:build && rimraf \"src/next.config.js\"",
"next:build": "next build src && tsc --project tsconfig.server.json",
Expand Down
Loading

0 comments on commit 6ef5246

Please sign in to comment.