Skip to content

Commit

Permalink
fix(ci): actually build code!
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreVarandas committed Dec 16, 2023
1 parent b799874 commit cb506b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: yarn install --frozen-lockfile
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: yarn audit signatures
- name: Build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
"scripts": {
"commit": "npx git-cz",
"test": "jest --config jest.config.ts",
"build": "rimraf dist && tsc",
"build": "rimraf lib && tsc",
"format": "prettier --write \"src/**/*.ts\"",
"semantic-release": "semantic-release",
"docs": "typedoc docs src",
"prepare": "husky install"
},
"devDependencies": {
Expand Down

0 comments on commit cb506b1

Please sign in to comment.