Skip to content

Commit 6cacaec

Browse files
chore: add package-lock.json (#33)
1 parent 8c75292 commit 6cacaec

4 files changed

Lines changed: 1437 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 'latest'
2828

2929
- name: Install dependencies
30-
run: npm install --ignore-scripts
30+
run: npm ci --ignore-scripts
3131

3232
- name: Validate JSON files
3333
run: npm run validate

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# Node.js
55
node_modules/
6-
package-lock.json
76

87
# Build output
98
dist/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ app-directory/
3535
### Installation
3636

3737
```bash
38-
npm install
38+
npm install --ignore-scripts
3939
```
4040

4141
### Build Indexes

0 commit comments

Comments
 (0)