Skip to content

Commit

Permalink
fix: remove initial build
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 22, 2023
1 parent 131d1a2 commit 88fe812
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ testem.log
Thumbs.db
scully.log
/.nx/cache
/.angular/cache
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
[
'@semantic-release/exec',
{
'publishCmd': 'ng build blog && ng build my-lib'
'publishCmd': 'ng build blog && ng build my-lib && cat dist/my-lib/package.json'
}
]
],
Expand Down

0 comments on commit 88fe812

Please sign in to comment.