Skip to content

Commit 4fb08af

Browse files
committed
add package lock
1 parent d7aaa85 commit 4fb08af

3 files changed

Lines changed: 6492 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 20
2424
cache: npm
25-
- run: npm install
25+
- run: npm ci
2626
- run: npm run build
2727
- uses: actions/upload-pages-artifact@v3
2828
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
2-
package-lock.json
32
dist

0 commit comments

Comments
 (0)