Skip to content

Commit

Permalink
fix: release artefacts (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Apr 4, 2023
1 parent 8c92340 commit 22e927a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
node-version: lts/*
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"format:code": "prettier --write --ignore-unknown .",
"format:toc": "doctoc README.md",
"format:todos": "leasot --exit-nicely --reporter markdown --ignore \"**/node_modules\" \"**/*.ts\" > TODO.md",
"prepack ": "yarn build",
"release": "semantic-release",
"start": "node --loader ts-node/esm",
"test": "yarn test:unit && yarn test:types && yarn test:smoke",
Expand Down

0 comments on commit 22e927a

Please sign in to comment.