Skip to content

Commit

Permalink
fixed CD
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Nov 30, 2023
1 parent 914229f commit ef56f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node-version }}
- run: npm ci --no-optional --force
- run: npm i --force
- run: npm run build -- ngx-kjua --configuration=production
# Add all documentation files to the build
- run: cp *.md dist/ngx-kjua/
Expand Down

0 comments on commit ef56f34

Please sign in to comment.