Skip to content

Commit

Permalink
Fix tests, 2
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Dec 17, 2024
1 parent 01c7749 commit 5d04deb
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 @@ -15,7 +15,7 @@
"build:d.ts": "tsc --emitDeclarationOnly --outDir build/types",
"test": "npm run test:lint && npm run test:ts && npm run test:js",
"test:lint": "eslint src",
"test:ts": "tsx --test test/*.spec.ts --test-name-pattern=\"${TEST:-.*}\" ",
"test:ts": "node --import=tsx --test test/*.spec.ts",
"test:js": "node --test test/*.spec.js",
"build:chords": "python src/utils/chordtable/generate.py > data/chords.json && echo 'Generate data/chords.json file'",
"build:scala": "wget -q -O data/scales.zip http://huygens-fokker.org/docs/scales.zip && unzip -o data/scales.zip -d data/ && for f in data/scl/*; do iconv -f iso-8859-1 -t utf-8 \"$f\" -o \"$f\"; done"
Expand Down

0 comments on commit 5d04deb

Please sign in to comment.