We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914229f commit ef56f34Copy full SHA for ef56f34
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/setup-node@v3
15
with:
16
node-version: ${{ inputs.node-version }}
17
- - run: npm ci --no-optional --force
+ - run: npm i --force
18
- run: npm run build -- ngx-kjua --configuration=production
19
# Add all documentation files to the build
20
- run: cp *.md dist/ngx-kjua/
0 commit comments