Skip to content

Commit

Permalink
build: do not allow to fail license generation
Browse files Browse the repository at this point in the history
  • Loading branch information
matzeeable committed Mar 27, 2020
1 parent 8a59a15 commit 6234e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"workspace:compose-files": "find plugins/*/devops packages/*/devops | grep \"^\\(plugins\\|packages\\)/.*/devops/docker-compose/docker-compose\\.\\(yml\\|$COMPOSE_CONTEXT\\)\" | sed -n -e 'H;${x;s/\\n/:.\\//g;s/^ //;p;}' | sed -e 's/:*$//' | sed -e 's/^://' ",
"workspace:slugs": "find plugins/* -maxdepth 0 2>/dev/null | sed -n -e 'H;${x;s/\\n/ /g;s/^ //;p;}' | sed 's/plugins\\///g'",
"exposedotenv": "env $(cat ./common/.env-default | xargs) env $(cat ./.env 2>/dev/null | xargs)",
"preversion": "WORKSPACE_COMMAND=\"yarn --silent grunt composer:disclaimer --force 2>/dev/null\" yarn --silent workspace:concurrently && WORKSPACE_COMMAND=\"yarn --silent grunt yarn:disclaimer --force 2>/dev/null\" yarn --silent workspace:concurrently && git add \"*LICENSE_3RD_PARTY*\""
"preversion": "WORKSPACE_COMMAND=\"yarn --silent grunt composer:disclaimer\" yarn --silent workspace:concurrently && WORKSPACE_COMMAND=\"yarn --silent grunt yarn:disclaimer\" yarn --silent workspace:concurrently && git add \"*LICENSE_3RD_PARTY*\""
},
"lerna": {
"npmClient": "yarn",
Expand Down

0 comments on commit 6234e8a

Please sign in to comment.