We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f857182 commit 9f426caCopy full SHA for 9f426ca
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: ${{ matrix.node }}
22
- name: Install dependencies
23
- run: npm ci
+ run: npm ci --force
24
- name: Lint
25
run: npm run lint
26
- name: Format check
.github/workflows/npm_publish.yml
@@ -12,10 +12,8 @@ jobs:
12
- uses: actions/setup-node@v1
13
14
node-version: 16
15
- - name: Install Angular CLI
16
- run: npm install -g @angular/cli @angular/core
17
- name: Install NPM Dependencies
18
19
- name: Build project
run: ng build --configuration production --project=ngx-cookie-service
- name: Publish to NPM
0 commit comments