Compare commits
2 commits
bbfc4f3550
...
3fa3c464e0
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fa3c464e0 | |||
| 78f63a7669 |
3 changed files with 3207 additions and 3 deletions
|
|
@ -11,5 +11,5 @@ jobs:
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
- run: yarn up
|
- run: yarn install
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
|
|
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -13,5 +13,3 @@ lib/
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
.pnp*
|
.pnp*
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
yarn.lock
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue