Skip to content

Commit

Permalink
Build: Restore demos/bundlers in npm run test-demos
Browse files Browse the repository at this point in the history
I ran it separately locally, and then verified the overall command
passed. Failed to notice the latter no longer included the former.
  • Loading branch information
Krinkle committed Jul 30, 2024
1 parent 50c4daa commit 98ab443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"test-cli": "node bin/qunit.js test/main/ test/cli/*.js",
"test": "npm run lint && npm run build && npm run test-main && npm run test-cli",
"test-nolint": "npm run build && npm run test-main && npm run test-cli",
"test-demos": "npm run build && node bin/qunit.js demos/*.js",
"test-demos": "npm run build && node bin/qunit.js demos/*.{mjs,js}",
"browserstack": "browserstack-runner -v",
"authors": "(echo 'Authors ordered by first contribution\n' && git log --format='%aN <%aE>' --no-merges --reverse | awk '!seen[$0]++') | tee AUTHORS.txt",
"coverage": "npm run build-coverage && npm run coverage-cli && npm run coverage-main && nyc report",
Expand Down

0 comments on commit 98ab443

Please sign in to comment.