We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f726f commit 2ee0183Copy full SHA for 2ee0183
4 files changed
.github/workflows/publish.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Build
22
run: |
23
cd front-end
24
- yarn install --frozen-lockfile
25
- yarn build
+ npm ci
+ npm run build
26
27
- name: Deploy to gh-pages
28
uses: peaceiris/actions-gh-pages@v3
.gitignore
@@ -1,10 +1,7 @@
1
node_modules
2
-/front-end/yarn.lock
3
/.idea/
4
build
5
-package-lock.json
6
.env
7
-./package-lock.json
8
cache
9
artifacts
10
typechain
0 commit comments