mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Start testing webamp
This commit is contained in:
parent
ade52620de
commit
747e05031b
2 changed files with 2 additions and 0 deletions
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
run: |
|
||||
yarn workspace ani-cursor test
|
||||
yarn workspace webamp test
|
||||
yarn workspace webamp-modern-2 test
|
||||
- name: Run Integration Tests
|
||||
run: yarn workspace webamp integration-tests
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"start": "snowpack dev",
|
||||
"build": "snowpack build",
|
||||
"lint": "yarn build-lint && eslint . --ext .js,.jsx,.ts,.tsx",
|
||||
"test": "yarn jest",
|
||||
"build-lint": "tsup tools/eslint-rules/proper-maki-types.ts -d tools/eslint-rules/dist --no-splitting --minify"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue