mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
steps to build frontend and admin as a script, but it works only on
starting each step manually
This commit is contained in:
parent
691179cfef
commit
f57cde981b
9
admin/prepare-and-build.sh
Normal file
9
admin/prepare-and-build.sh
Normal file
@ -0,0 +1,9 @@
|
||||
# TODO this is the quick&dirty solution for the openssl security topic, please see https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
|
||||
$env:NODE_OPTIONS = "--openssl-legacy-provider"
|
||||
|
||||
# upgrade yarn and node versions
|
||||
nvm use v20.0.0
|
||||
yarn set version stable
|
||||
yarn cache clear
|
||||
yarn install
|
||||
yarn build
|
||||
Loading…
x
Reference in New Issue
Block a user