Zuehlke / poinz

Distributed Planning Poker
MIT License
141 stars 62 forks source link

Split build command into two #317

Closed xeronimus closed 1 year ago

xeronimus commented 1 year ago

Discussed in https://github.com/Zuehlke/poinz/discussions/316

split up the build process as follows:

$ npm run build would do the current steps 1-4. This will leave us with a /deploy directory, ready to be copied to a server with node runtime.

$ npm run build:dockerimage would first call npm run build and then do step 5.