Skip to content

Commit

Permalink
Remove build-clean script
Browse files Browse the repository at this point in the history
Signed-off-by: Janus Reith <[email protected]>
  • Loading branch information
janus-reith committed Apr 19, 2020
1 parent 82e0f8a commit d397d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"scripts": {
"dev": "echo 'Note: dev script has been renamed to start:dev' && yarn run start:dev",
"build": "yarn run build-clean && NODE_ENV=production IS_BUILDING_NEXTJS=1 next build",
"build-clean": "rimraf build/app",
"lint": "eslint .",
"start": "yarn run create-hydra-client && NODE_ENV=production next start -p 4000",
"start:dev": "yarn run create-hydra-client && NODE_ENV=development next dev -p 4000",
Expand Down

0 comments on commit d397d60

Please sign in to comment.