We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d476b6 commit 9be3a8aCopy full SHA for 9be3a8a
.github/workflows/deploy.yml
@@ -24,8 +24,8 @@ jobs:
24
25
- name: "Test"
26
run: |
27
- yarn prettier -c .
28
- yarn eslint .
+ yarn fmt
+ yarn lint
29
yarn test
30
31
- name: "Deploy"
README.md
@@ -42,6 +42,7 @@ You are free to deploy the pastebin on your own domain if you host your domain o
42
```console
43
$ yarn install
44
$ yarn wrangler login
45
+$ yarn build:frontend
46
$ yarn deploy
47
```
48
0 commit comments