Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Baiang committed Jul 26, 2018
1 parent 938f74d commit 606c506
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 @@
"scripts": {
"dev": "rimraf \"config/.conf.json\" && rimraf \"src/next.config.js\" && cpx \"server/helpers/.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",
"build": "cpx \"config/next.config.js\" \"src/\" -C && delay 1 && npm run build:src && rimraf \"src/next.config.js\"",
"build:src": "next build src && tsc --project tsconfig.server.json",
"start": "cross-env NODE_ENV=production node build/production-server/server/index.js",
"next:start":"cpx \"config/next.config.js\" \"src/\" -C && delay 0.5 && cross-env NODE_ENV=production next start src",
"analyze:bundles": "cross-env ANALYZE=BUNDLES next build src",
Expand Down

0 comments on commit 606c506

Please sign in to comment.