Skip to content

Commit

Permalink
fixing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed May 3, 2024
1 parent 994bf31 commit 5f3f16a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
publish:
runs-on: ubuntu-latest
# make sure all the tests pass first
needs: [run-tests, test-code-examples, test-html-examples, test-lint, test-readme]
needs: [run-tests, test-code-examples, test-html-examples, test-lint, test-readme, test-integrations]
# not on PRs
if: github.event_name != 'pull_request'
env:
Expand Down
43 changes: 43 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"docs:json": "typedoc --options \"./scripts/typedoc.json\" --json \"./docs/tone.json\"",
"increment": "node scripts/increment_version.cjs",
"lint": "eslint --ignore-pattern ./Tone/**/*.test.ts --ext ts ./Tone",
"lint:fix": "eslint --ext ts --fix ./Tone",
"lint:fix": "eslint --ext ts --fix ./Tone ./test",
"scratch": "webpack -w --env scratch=1 --mode=development",
"test": "tsc && web-test-runner --config=./test/web-test-runner.config.js",
"test:browser": "npm run karma:browser",
Expand Down Expand Up @@ -85,6 +85,7 @@
"plotly.js-dist": "^2.32.0",
"rimraf": "^5.0.5",
"semver": "^5.7.1",
"showdown": "^2.1.0",
"teoria": "^2.5.0",
"tmp-promise": "^2.1.1",
"tonal": "^6.0.1",
Expand Down

0 comments on commit 5f3f16a

Please sign in to comment.