Skip to content

Commit

Permalink
[1.0.7] fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Тарасов Антон Алексеевич committed Jul 13, 2023
1 parent 748a379 commit 38b3170
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 18
cache: yarn
- run: yarn install
- run: yarn run build:release
- run: yarn run build

publish-npm:
needs: build
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "jest",
"bundle": "webpack",
"build": "npm run test && rm -rf dist && npm run bundle",
"build:release": "npm run test && node beforeBuild.js && rm -rf dist && npm run bundle"
"prepublish": "node beforeRelease.js"
},
"prepublishOnly": "npm run build",
"keywords": [
Expand Down

0 comments on commit 38b3170

Please sign in to comment.