Skip to content

Commit

Permalink
ci: actually run build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Apr 12, 2024
1 parent f7c86e9 commit 99441ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
},
"type": "module",
"main": "dist/index.js",
"files": [
"dist/*"
],
"dependencies": {
"@automerge/automerge": "2.2.0-rc.2",
"ordered-map": "^0.1.0",
Expand Down

0 comments on commit 99441ac

Please sign in to comment.