Skip to content

Commit

Permalink
fix: build and prebuild commands
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko committed Nov 15, 2020
1 parent e845700 commit b9c797f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@
"template-starter:build": "yarn --cwd application-templates/starter build",
"template-starter:start": "yarn --cwd application-templates/starter start",
"template-starter:start:prod:local": "yarn --cwd application-templates/starter start:prod:local",
"build": "NODE_ENV=production lerna run build --no-private",
"build:typings": "NODE_ENV=production lerna run build:typings --no-private",
"build:bundles": "NODE_ENV=production lerna run build:bundles --no-private",
"build:bundles:watch": "NODE_ENV=development lerna run --no-private --parallel build:bundles:watch",
"build:website": "yarn build --scope '@commercetools-frontend/application-components' --include-dependencies && yarn --cwd website build && yarn --cwd website-components-playground build",
"prebuild": "lerna run prebuild --no-private",
"build": "preconstruct build",
"build:watch": "preconstruct watch",
"build:website": "NODE_ENV=production lerna run build --no-private --scope '@commercetools-frontend/application-components' --include-dependencies && yarn --cwd website build && yarn --cwd website-components-playground build",
"now-build": "yarn build:website && rm -rf public && mv website/public public",
"labels:sync": "github-labels sync",
"generate-types:mc": "./scripts/graphql-cli.sh codegen --project mc",
Expand Down

0 comments on commit b9c797f

Please sign in to comment.