Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GGCE
GGCE Web
Commits
5a7f3c42
Commit
5a7f3c42
authored
May 27, 2022
by
Matija Obreza
Browse files
Lang resources with commit hash
parent
8ee6a6a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
workspaces/ui-express/package.json
View file @
5a7f3c42
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
"clean"
:
"rimraf generated target react-loadable.json"
,
"clean"
:
"rimraf generated target react-loadable.json"
,
"eslint"
:
"eslint . --ext .js,.jsx,.ts,.tsx"
,
"eslint"
:
"eslint . --ext .js,.jsx,.ts,.tsx"
,
"i18nGenerate"
:
"node ../i18n/src/tools/generateI18n.ts --moduleName=express --includedLocales=../client/locales/**/*.json"
,
"i18nGenerate"
:
"node ../i18n/src/tools/generateI18n.ts --moduleName=express --includedLocales=../client/locales/**/*.json"
,
"build"
:
"yarn run clean && lerna run i18nGenerate && yarn build:client && yarn build:server"
,
"build"
:
"yarn run clean &&
cross-env NODE_ENV=production
lerna run i18nGenerate && yarn build:client && yarn build:server"
,
"build:server"
:
"cross-env NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=production webpack --config config/server.config.js"
,
"build:server"
:
"cross-env NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=production webpack --config config/server.config.js"
,
"build:client"
:
"cross-env NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=production webpack --config config/webpack-production.config.js"
,
"build:client"
:
"cross-env NODE_OPTIONS=--max_old_space_size=8192 NODE_ENV=production webpack --config config/webpack-production.config.js"
,
"start:dev"
:
"lerna run i18nGenerate && cross-env NODE_OPTIONS=--max_old_space_size=8192 webpack-dev-server --config config/webpack-development.config.js"
,
"start:dev"
:
"lerna run i18nGenerate && cross-env NODE_OPTIONS=--max_old_space_size=8192 webpack-dev-server --config config/webpack-development.config.js"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment