Skip to content

Commit 9be3a8a

Browse files
committed
ci: use yarn scripts
1 parent 1d476b6 commit 9be3a8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: "Test"
2626
run: |
27-
yarn prettier -c .
28-
yarn eslint .
27+
yarn fmt
28+
yarn lint
2929
yarn test
3030
3131
- name: "Deploy"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ You are free to deploy the pastebin on your own domain if you host your domain o
4242
```console
4343
$ yarn install
4444
$ yarn wrangler login
45+
$ yarn build:frontend
4546
$ yarn deploy
4647
```
4748

0 commit comments

Comments
 (0)