Start testing webamp

This commit is contained in:
Jordan Eldredge 2022-03-06 21:32:45 -08:00
parent ade52620de
commit 747e05031b
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -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": {