Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
affiliation-assessor-app
Commits
193d198e
Commit
193d198e
authored
2 years ago
by
Ansh Sarkar
Browse files
Options
Download
Patches
Plain Diff
decoupled concurrent tasks and turbo build
Signed-off-by:
Ansh Sarkar
<
anshsark18@gmail.com
>
parent
ee4a614f
main
feat/file-upload
feat/up-hrh
file-upload
gitpod
gitpod-uat
prod/up-hrh
revert-1-feat/file-upload
revert-275-one_form_poc
revert-53-changes_and_bugfixes_demo19june
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+2
-7
package.json
with
2 additions
and
7 deletions
+2
-7
package.json
+
2
−
7
View file @
193d198e
...
...
@@ -3,21 +3,16 @@
"version"
:
"1.0.0"
,
"description"
:
"Enketo"
,
"scripts"
:
{
"start"
:
"
turbo run build
&& npm run concurrent"
,
"start"
:
"
npm i
&& npm run concurrent"
,
"build"
:
"turbo run build"
,
"docker-cleanup"
:
"docker rm -f enketo-redis-main enketo-redis-cache"
,
"enketo-core"
:
"cd packages/enketo-core && npm i && npm start"
,
"enketo-express"
:
"cd packages/enketo-express && docker run --name enketo-redis-main -p 6379:6379 -d redis && docker run --name enketo-redis-cache -p 6380:6379 -d redis && npm i && npm i -g grunt && grunt develop"
,
"form-manager"
:
"cd packages/form-manager && npm i && npm start"
,
"wrapper"
:
"cd apps/wrapper && npm i && npm start"
,
"concurrent-packages"
:
"concurrently
\"
npm run enketo-core
\"
\"
npm run enketo-express
\"
\"
npm run form-manager
\"
"
,
"concurrent-applications"
:
"concurrently
\"
npm run wrapper
\"
"
,
"concurrent"
:
"npm run docker-cleanup && concurrently
\"
npm run concurrent-packages
\"
\"
npm run concurrent-applications
\"
"
,
"start-redis-cache"
:
"docker run --name enketo-redis-cache -p 6380:6379 -d redis"
,
"start-redis-main"
:
"docker run --name enketo-redis-main -p 6379:6379 -d redis"
,
"start-ec"
:
"cd enketo-core && npm start"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets