Skip to content

Commit

Permalink
workaround npm oddity
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Apr 10, 2024
1 parent 04bc014 commit 7f8bdaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
ezshare-win.zip
ezshare-macos.zip
ezshare-linux.zip
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
1 change: 1 addition & 0 deletions ezshare-frontend/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this_file_is_needed_to_publish_gitignored_dist_folder
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"test": "exit 0",
"build": "cd ezshare-frontend && npm run build",
"prepublish": "npm run build",
"prepack": "npm run build",
"start": "concurrently -k \"cd ezshare-frontend && yarn start\" \"node . --dev-mode\""
},
"files": [
Expand Down

0 comments on commit 7f8bdaf

Please sign in to comment.