Skip to content

Commit 46c8349

Browse files
authored
Merge pull request #3 from luckfunc/deploy
Deploy
2 parents 097dce1 + f0856aa commit 46c8349

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ jobs:
2525
with:
2626
node-version: '16.X'
2727

28-
- name: Setup pnpm
28+
# - name: Setup pnpm
2929
# You may pin to the exact commit or the version.
3030
# uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598
31-
uses: pnpm/action-setup@v2.4.0
32-
with:
31+
# uses: pnpm/action-setup@v2.4.0
32+
# with:
3333
# Version of pnpm to install
34-
version: '7.X'
34+
# version: '8.X'
3535

3636
- name: install deps
37-
run: pnpm i
37+
run: npm i
3838
- name: build app
39-
run: pnpm run build
39+
run: npm run build
4040

4141
- name: Deploy to the server.
4242
uses: cross-the-world/scp-pipeline@master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "avatar",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)