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 a8e7e2e commit e343f01Copy full SHA for e343f01
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/setup-node@v4
18
with:
19
node-version: '20.x'
20
- - run: npm ci
+ - run: npm i
21
- run: npm run build --if-present
22
23
- name: copy compiled assets to remote
0 commit comments