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 816392f commit 8e286f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"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 && next start src",
"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",
"analyze:size": "cross-env ANALYZE=SIZE next build src",
"eslint": "eslint --fix --ext .jsx,.tsx src/",
Expand Down

0 comments on commit 8e286f2

Please sign in to comment.