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 0431441 commit e51a367Copy full SHA for e51a367
.github/workflows/build-and-deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: '14.15'
16
registry-url: 'https://registry.npmjs.org'
17
cache: 'npm'
18
- - run: npm install
+ - run: npm ci
19
- run: npm run build
20
- run: npm publish ./dist/angular-google-charts
21
env:
.github/workflows/test-and-build.yml
with:
- name: Run tests
run: npm run test -- --ci --coverage --reporters default --reporters jest-junit
0 commit comments