Skip to content

Commit

Permalink
Add template generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin committed Jun 9, 2020
1 parent f70a9fd commit a4187be
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 @@
"build:prod": "NODE_OPTIONS=\"--max-old-space-size=4096\" lerna run build --scope editor --stream && lerna run build --scope web-server --stream && gulp",
"build:server": "NODE_OPTIONS=\"--max-old-space-size=4096\" lerna run build --scope web-server --stream && gulp",
"build:clean": "lerna run build:clean --scope editor && lerna run build:clean --scope web-server && rimraf www",
"generate-templates": "node packages/editor/scripts/generate-templates.js",
"start": "lerna run start --scope editor --stream",
"start:prod": "npm run inject-env-variables && node www/api/app.js",
"lint": "lerna run lint",
Expand Down

0 comments on commit a4187be

Please sign in to comment.