1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 03:10:10 +03:00

npm: move unsafe-perm from .npmrc to args

This commit is contained in:
Shawn Allen 2019-02-07 15:05:03 -08:00
parent 23c48e17e1
commit 9db6eb88c9
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ workflow "lint, test, deploy, publish" {
action "install" {
uses = "actions/npm@v2.0.0"
args = "ci"
args = ["install", "--unsafe-perm"]
}
action "lint" {
@ -37,6 +37,7 @@ action "deploy" {
action "publish" {
needs = ["lint", "test"]
uses = "primer/publish@v1.0.0"
args = ["--", "--unsafe-perm"]
secrets = ["GITHUB_TOKEN", "NPM_AUTH_TOKEN"]
env = {
PUBLISH_STATUS_CONTEXT = "npm publish primer"

1
.npmrc
View File

@ -1,4 +1,3 @@
save=true
save-exact=true
git-tag-version=false
unsafe-perm=true