Skip to content

Commit 65cd743

Browse files
authored
fix: update npm script running config (#469)
1 parent e82d40f commit 65cd743

File tree

4 files changed

+1595
-67
lines changed

4 files changed

+1595
-67
lines changed

.github/actions/astro_site/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
node-version: ${{ inputs.node_version }}
2121

2222
- name: ⬇️ Install Dependencies
23-
run: npm install
23+
run: npm install && npx --no allow-scripts
2424
shell: ${{ inputs.shell }}
2525
working-directory: ${{ inputs.working_directory }}
2626

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignore-scripts=true

0 commit comments

Comments
 (0)