File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ deploy:
2424 - bash -i -c "npm_config_loglevel=verbose pnpm changeset-build-no-docs"
2525 - bash -i -c "npm_config_loglevel=verbose NODE_ENV=production pnpm bundle"
2626 - bash -i -c "npm_config_loglevel=verbose node bin/create-cli-duplicate-package.js"
27- - bash -i -c "npm_config_loglevel=verbose pnpm changeset publish --tag experimental"
27+ - bash -i -c "npm_config_loglevel=verbose NPM_CONFIG_PROVENANCE=true pnpm changeset publish --tag experimental"
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ deploy:
2424 - bash -i -c "npm_config_loglevel=verbose pnpm changeset-manifests"
2525 - bash -i -c "npm_config_loglevel=verbose NODE_ENV=production pnpm bundle-for-release"
2626 - bash -i -c "npm_config_loglevel=verbose node bin/create-cli-duplicate-package.js"
27- - bash -i -c "npm_config_loglevel=verbose pnpm changeset publish --tag nightly"
27+ - bash -i -c "npm_config_loglevel=verbose NPM_CONFIG_PROVENANCE=true pnpm changeset publish --tag nightly"
2828 - bash -i -c "./bin/package.js"
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ deploy:
1414 - bash -i -c "npm_config_loglevel=verbose pnpm clean"
1515 - bash -i -c "npm_config_loglevel=verbose NODE_ENV=production pnpm bundle-for-release"
1616 - bash -i -c "npm_config_loglevel=verbose node bin/create-cli-duplicate-package.js"
17- - bash -i -c "npm_config_loglevel=verbose pnpm changeset publish"
17+ - bash -i -c "npm_config_loglevel=verbose NPM_CONFIG_PROVENANCE=true pnpm changeset publish"
1818 - bash -i -c "./bin/package.js"
1919 - bash -i -c "./bin/create-doc-pr.js"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ deploy:
1414 - bash -i -c "npm_config_loglevel=verbose pnpm clean"
1515 - bash -i -c "npm_config_loglevel=verbose NODE_ENV=production pnpm bundle-for-release"
1616 - bash -i -c "npm_config_loglevel=verbose node bin/create-cli-duplicate-package.js"
17- - bash -i -c "npm_config_loglevel=verbose pnpm changeset publish"
17+ - bash -i -c "npm_config_loglevel=verbose NPM_CONFIG_PROVENANCE=true pnpm changeset publish"
1818 # When this is no longer the latest stable version, do 2 things:
1919 # 1. Replace the previous line with this, replacing 3.x with the actual version:
2020 # - bash -i -c "npm_config_loglevel=verbose pnpm changeset publish --tag stable-3.x"
You can’t perform that action at this time.
0 commit comments