Skip to content

Commit

Permalink
Add package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aurindam committed Jul 16, 2024
1 parent 9fc2e2a commit a4f8c20
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 13 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config --global user.name "${GITHUB_ACTOR}"
ssh-agent sh -c 'echo "${{ secrets.WEBSITE_READ_SSH_KEY }}" | ssh-add - && git clone [email protected]:slint-ui/website.git --depth 1'
- name: Copy index.html and 404.html
- name: Copy docs.html and 404.html
run: |
mkdir -p website/output
cd website
Expand All @@ -34,15 +34,11 @@ jobs:
- name: Install Netlify
run: |
npm install netlify-cli@17.10.1 -g
npm install netlify-cli --save-dev
- name: Install Dependencies
run: |
npm ci
- name: Build project
run: |
npm run build
- name: Deploy to Netlify
id: netlify_deploy
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config --global user.name "${GITHUB_ACTOR}"
ssh-agent sh -c 'echo "${{ secrets.WEBSITE_READ_SSH_KEY }}" | ssh-add - && git clone [email protected]:slint-ui/website.git --depth 1'
- name: Copy index.html and 404.html
- name: Copy docs.html and 404.html
run: |
mkdir -p website/output
cd website
Expand All @@ -34,15 +34,11 @@ jobs:
- name: Install Netlify
run: |
npm install netlify-cli@17.10.1 -g
npm install netlify-cli --save-dev
- name: Install Dependencies
run: |
npm ci
- name: Build project
run: |
npm run build
- name: Deploy to Netlify
id: netlify_deploy
Expand Down
13 changes: 13 additions & 0 deletions releases/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions snapshots/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4f8c20

Please sign in to comment.