ci: disable caching .npm

This commit is contained in:
divlo
2021-06-17 18:58:05 +02:00
parent f720068fcc
commit f475f18b29
3 changed files with 3 additions and 3 deletions

View File

@ -26,4 +26,4 @@ jobs:
run: 'npm run build'
- name: 'Build Example'
run: 'cd example && npm ci && npm run build'
run: 'cd example && npm ci && npm run build -- --public-url "https://divlo.github.io/react-component-form/"'