Skip to content

Commit 2ee0183

Browse files
committed
ci: change to use npm
1 parent 62f726f commit 2ee0183

4 files changed

Lines changed: 31608 additions & 9489 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Build
2222
run: |
2323
cd front-end
24-
yarn install --frozen-lockfile
25-
yarn build
24+
npm ci
25+
npm run build
2626
2727
- name: Deploy to gh-pages
2828
uses: peaceiris/actions-gh-pages@v3

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
node_modules
2-
/front-end/yarn.lock
32
/.idea/
43
build
5-
package-lock.json
64
.env
7-
./package-lock.json
85
cache
96
artifacts
107
typechain

0 commit comments

Comments
 (0)