bundles/{element-web,hedgedoc,powerdnsadmin}: use 'yarn install --ignore-scripts'
This commit is contained in:
parent
e6428ce029
commit
8f6b8632f5
3 changed files with 15 additions and 4 deletions
|
@ -56,8 +56,8 @@ actions = {
|
|||
'command': ' && '.join([
|
||||
'cd /opt/hedgedoc',
|
||||
'npm install yarn',
|
||||
'node_modules/yarn/bin/yarn install --production=true --pure-lockfile',
|
||||
'node_modules/yarn/bin/yarn install',
|
||||
'node_modules/yarn/bin/yarn install --production=true --pure-lockfile --ignore-scripts',
|
||||
'node_modules/yarn/bin/yarn install --ignore-scripts',
|
||||
'node_modules/yarn/bin/yarn build',
|
||||
]),
|
||||
'needs': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue