Skip to content

Commit

Permalink
chore: run 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 203622c
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 @@ -44,6 +44,7 @@
"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",
"prebuild": "yarn workspaces run prebuild",
"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",
Expand Down

0 comments on commit 203622c

Please sign in to comment.