Skip to content

Commit

Permalink
Force run prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-psarga committed Jun 6, 2024
1 parent df7ba0f commit 2ef5690
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-smartesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build:all
- run: (cd packages/rrweb-snapshot && npm publish --access public)
- run: (cd packages/rrweb-snapshot && npm run prepublish && npm publish --access public)
env:
NODE_AUTH_TOKEN: ${{secrets.SMARTESTING_NPM_TOKEN}}
- run: (cd packages/types && npm publish --access public)
- run: (cd packages/types && npm run prepublish && npm publish --access public)
env:
NODE_AUTH_TOKEN: ${{secrets.SMARTESTING_NPM_TOKEN}}
- run: (cd packages/rrdom && npm publish --access public)
- run: (cd packages/rrdom && npm run prepublish && npm publish --access public)
env:
NODE_AUTH_TOKEN: ${{secrets.SMARTESTING_NPM_TOKEN}}
- run: (cd packages/rrweb && npm publish --access public)
- run: (cd packages/rrweb && npm run prepublish && npm publish --access public)
env:
NODE_AUTH_TOKEN: ${{secrets.SMARTESTING_NPM_TOKEN}}
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5571,15 +5571,10 @@ csso@^4.0.2:
dependencies:
css-tree "^1.1.2"

cssom@^0.4.4, "cssom@https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz":
cssom@^0.4.4, cssom@^0.5.0, "cssom@https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz":
version "0.6.0"
resolved "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz#ed298055b97cbddcdeb278f904857629dec5e0e1"

cssom@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.5.0.tgz#d254fa92cd8b6fbd83811b9fbaed34663cc17c36"
integrity sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==

cssom@~0.3.6:
version "0.3.8"
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a"
Expand Down

0 comments on commit 2ef5690

Please sign in to comment.