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
DLCM
UI
DLCM-Portal
Commits
743578a8
Commit
743578a8
authored
Jan 05, 2022
by
Homada.Boumedane
Browse files
chore: package.json
add generate-models execution to the prepare step.
parent
3be9ad61
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
743578a8
...
...
@@ -28,7 +28,7 @@
"cypress"
:
"concurrently
\"
npm run start
\"
\"
npm run cypress-open
\"
"
,
"cypress-open"
:
"npm run cypress-environment-local && cypress open"
,
"cypress:ci"
:
"npm run cypress-environment-local && cypress run"
,
"prepare"
:
"npm run generate-version && npm run environment-local && npm run proxy-conf-local"
,
"prepare"
:
"npm run generate-version && npm run environment-local && npm run proxy-conf-local
&& npm run generate-models
"
,
"environment-local"
:
"(cp -n src/assets/configurations/environment.local.ts-to-copy.txt src/environments/environment.local.ts || echo environment.local.ts already exists)"
,
"cypress-environment-local"
:
"(cp -n src/assets/configurations/cypress-environment.local.ts-to-copy.txt cypress/integration/environments/cypress-environment.local.ts || echo cypress-environment.local.ts already exists)"
,
"proxy-conf-local"
:
"(cp -n proxy.conf.js proxy.conf.local.js || echo proxy.conf.local.js already exists)"
,
...
...
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