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 543e1d8 commit e61df85Copy full SHA for e61df85
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
31
restore-keys: |
32
${{ runner.os }}-node-
33
- - run: npm install --legacy-peer-deps
+ - run: npm ci
34
- run: npm run deploy
35
36
- name: Deploy
.gitignore
@@ -44,3 +44,4 @@ server/private/localhost.cert.pem
44
server/private/localhost.key.pem
45
server/private/localhost.req.pem
46
.angular
47
+speek.pem
0 commit comments