Skip to content

Commit ef56f34

Browse files
committed
fixed CD
1 parent 914229f commit ef56f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-node@v3
1515
with:
1616
node-version: ${{ inputs.node-version }}
17-
- run: npm ci --no-optional --force
17+
- run: npm i --force
1818
- run: npm run build -- ngx-kjua --configuration=production
1919
# Add all documentation files to the build
2020
- run: cp *.md dist/ngx-kjua/

0 commit comments

Comments
 (0)