Skip to content

Commit 741bb7e

Browse files
committed
chore(.npmrc): add save-exact + ignore-scripts
1 parent 9afd91c commit 741bb7e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: 22
2323

2424
- name: Install dependencies
25-
run: npm install
25+
run: npm install --ignore-scripts
2626

2727
- name: Build monorepo
2828
run: npm run build --if-present

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
- name: Install dependencies
30-
run: npm install
30+
run: npm install --ignore-scripts
3131
- name: Build typescript sources
3232
run: npm run build
3333
- name: Run tests

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
package-lock=false
2+
save-exact=true
3+
ignore-scripts=true

0 commit comments

Comments
 (0)