Skip to content

Commit 8d596dd

Browse files
committed
Merge branch 'dev' of https://github.com/oslabs-beta/Swell into dev
2 parents 4d4145d + 4719c48 commit 8d596dd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
- name: Install dependencies
2020
run: npm i && npm ci
21+
- name: Apply patches
22+
env:
23+
NODE_ENV: --no-node-snapshot
24+
run: npx patch-package
2125
- name: Run unit tests
2226
uses: coactions/setup-xvfb@v1
2327
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"gh-publish-mac": "electron-builder build --x64 --mac -p always",
3232
"gh-publish": "electron-builder build -mwl -p always",
3333
"check-types": "tsc",
34-
"postinstall": "NODE_OPTIONS=--no-node-snapshot patch-package"
34+
"postinstall": "patch-package"
3535
},
3636
"build": {
3737
"npmRebuild": false,
@@ -146,7 +146,7 @@
146146
"node-fetch": "^3.3.0",
147147
"node-gyp": "^11.0.0",
148148
"npm": "^8.7.0",
149-
"patch-package": "^6.4.7",
149+
"patch-package": "^6.5.1",
150150
"path": "^0.12.7",
151151
"prop-types": "^15.8.1",
152152
"react": "^18.0.0",

0 commit comments

Comments
 (0)