Skip to content

Commit

Permalink
Add "build:fast" command
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed May 27, 2021
1 parent a84f870 commit e6fdc6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"start:windows": "next dev --port 8888",
"start:tunnel": "ngrok http 8888",
"build": "yarn test:once:group:no-integration && next build",
"build:fast": "next build",
"build:local": ". ./scripts/populate-git-env.sh && next build",
"build:profiler": ". ./scripts/populate-git-env.sh && next build --profile --debug",
"analyse:bundle": "yarn analyse:bundle:production",
Expand Down

0 comments on commit e6fdc6a

Please sign in to comment.