Skip to content

Commit

Permalink
Push updated package-lock.json for fresh install and github actions p…
Browse files Browse the repository at this point in the history
…ackage (#90)

* Push updated package-lock.json for fresh install

* Unhide .git for Windows portable package

* Fix transitive dependency [email protected]
  • Loading branch information
younglim authored Feb 9, 2023
1 parent 85c31d2 commit 6d3b521
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: powershell.exe -NoProfile -ExecutionPolicy Bypass "& ${{github.workspace}}\hats_shell_ps.ps1" "cd ${{github.workspace}}\purple-hats;npm i fsevents@latest -f --save-optional"
working-directory: ${{github.workspace}}

- name: Unhide .git folder (Windows)
shell: pwsh
run: attrib -s -h ${{github.workspace}}/purple-hats/.git

- name: Zip entire Purple Hats folder (Windows)
shell: pwsh
run: Compress-Archive -Path ${{github.workspace}}/* -DestinationPath purple-hats-portable-windows.zip
Expand All @@ -63,7 +67,7 @@ jobs:
uses: actions/checkout@v3
with:
path: purple-hats

- name: Install Node Modules for Mac0S
run: |
if [[ $(uname -m) == 'arm64' ]]; then
Expand Down
40 changes: 40 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"prettier": "^2.8.2"
},
"overrides": {
"node-fetch": "^3.3.0"
"node-fetch": "^3.3.0",
"json5": "^2.2.3"
},
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/.bin/jest"
Expand Down

0 comments on commit 6d3b521

Please sign in to comment.