Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbuick committed Apr 19, 2024
1 parent 61ef689 commit 44bca47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
set-safe-directory: true

- name: setup node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"update": "node version",
"clear": "rimraf dist && rimraf .parcel-cache",
"start": "yarn && yarn clear && PORT=7777 parcel",
"build": "yarn && yarn clear && PORT=7777 parcel build"
"build": "yarn && yarn clear && parcel build"
},
"private": true,
"@parcel/resolver-default": {
Expand Down

0 comments on commit 44bca47

Please sign in to comment.