Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
407
Merge Requests
66
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
161cafae
Commit
161cafae
authored
37 minutes ago
by
Emiliano Balbuena
Browse files
Options
Download
(chore): Dev SSR server build npm task
parent
f76aff4a
goal/local-infra
1 merge request
!766
WIP: Local infrastructure provisioner (front)
Pipeline
#116934840
failed with stages
in 27 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
package.json
View file @
161cafae
...
...
@@ -23,6 +23,7 @@
"serve:ssr"
:
"node dist/server"
,
"build:ssr"
:
"npm run build:client-and-server-bundles && npm run compile:server"
,
"build:client-and-server-bundles"
:
"npm run build && ng run minds:server:production"
,
"build:ssr:dev"
:
"ng run minds:server:production && npm run compile:server"
,
"bundle-report"
:
"webpack-bundle-analyzer dist/en/stats.json"
},
"private"
:
true
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment