Skip to content

Commit

Permalink
Fix glob
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Oct 21, 2024
1 parent 9f2fb22 commit dc247a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/ireal-musicxml.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ var package_default = {
"build:cjs": "esbuild src/lib/index.js --bundle --platform=node --packages=external --outfile=build/ireal-musicxml.cjs",
test: "npm run test:lint && npm run test:spec && npm run test:ts",
"test:spec": 'node --test --test-name-pattern="${TEST:-.*}"',
"test:ts": "npm run build && node --test --loader=ts-node/esm --require ts-node/register test/**/*.spec.ts",
"test:ts": "npm run build && node --test --loader=ts-node/esm --require ts-node/register test/*.spec.ts",
"test:lint": "eslint src --fix"
},
devDependencies: {
Expand Down
2 changes: 1 addition & 1 deletion build/ireal-musicxml.js

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

Loading

0 comments on commit dc247a3

Please sign in to comment.