File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 cache : " npm"
2222
2323 - name : Install dependencies
24- run : npm ci
24+ run : |
25+ npm ci
26+ npx allow-scripts
2527
2628 - name : Build
2729 run : npm run build:package
Original file line number Diff line number Diff line change 11name : Run Checks
22
3+ permissions :
4+ contents : read
35on :
46 workflow_call :
57 secrets :
2527 cache : " npm"
2628
2729 - name : Install dependencies
28- run : npm ci
30+ run : |
31+ npm ci
32+ npx allow-scripts
2933
3034 - name : Restore the build folders
3135 uses : actions/cache/restore@v4
Original file line number Diff line number Diff line change 5252 run : npm install -g npm@latest
5353
5454 - name : Install dependencies
55- run : npm ci
55+ run : |
56+ npm ci
57+ npx allow-scripts
5658
5759 - name : Restore the build folders
5860 uses : actions/cache/restore@v4
Original file line number Diff line number Diff line change 11name : Run Checks
22
3+ permissions :
4+ contents : read
35on :
46 workflow_call :
57 secrets :
3032 cache : " npm"
3133
3234 - name : Install dependencies
33- run : npm ci
35+ run : |
36+ npm ci
37+ npx allow-scripts
3438
3539 - name : Restore the build folders
3640 uses : actions/cache/restore@v4
You can’t perform that action at this time.
0 commit comments