mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Skip updating shrinkwrap in helper scripts
[ci skip]
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ try 'bundle install >> log/setup_dev.log'
|
||||
echo "done."
|
||||
|
||||
echo "Installing node_modules ... "
|
||||
try 'npm install >> log/setup_dev.log'
|
||||
try 'npm install --no-shrinkwrap >> log/setup_dev.log'
|
||||
|
||||
echo "Linking plugin modules"
|
||||
try 'bundle exec rake openproject:plugins:register_frontend >> log/setup_dev.log'
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "openproject",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"postinstall": "cd frontend && npm install",
|
||||
"postinstall": "cd frontend && npm install --no-shrinkwrap",
|
||||
"test": "cd frontend && npm test && cd ..",
|
||||
"tslint_typechecks": "cd frontend && npm run tslint_typechecks && cd ..",
|
||||
"serve": "cd frontend && npm run serve",
|
||||
|
||||
Reference in New Issue
Block a user