Skip to content

Commit

Permalink
ci: switch to npm ci in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Sep 24, 2022
1 parent 107f7ca commit a601ef2
Show file tree
Hide file tree
Showing 4 changed files with 9,403 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-theme-doc.yml
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: npm install, generate readme
run: |
npm install
npm ci
npm run theme-readme-gen
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install & Test
run: |
npm install
npm ci
npm run test
- name: Run Prettier
Expand Down
1 change: 0 additions & 1 deletion .gitignore
@@ -1,7 +1,6 @@
.vercel
.env
node_modules
package-lock.json
*.lock
.vscode/
.idea/
Expand Down

0 comments on commit a601ef2

Please sign in to comment.