Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
fix: do no skip prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguyantoine authored Apr 26, 2019
1 parent b02f9f2 commit 51a2532
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ action "Release" {
runs = "yarn"
args = "semantic-release:ci"
secrets = ["GITHUB_TOKEN", "NPM_TOKEN", "NPM_AUTH_TOKEN"]
env = {
npm_config_unsafe_perm = "true"
}
}

0 comments on commit 51a2532

Please sign in to comment.