Skip to content

Commit

Permalink
fix: only lint src
Browse files Browse the repository at this point in the history
agoose77 committed Oct 22, 2024
1 parent 23ec2d3 commit 4ffa33c
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
@@ -30,7 +30,7 @@
"test:prepare": "node ./build-tests.js",
"test": "npm-run-all -s test:compile test:prepare test:run",
"build": "typescript-json-schema 'src/*.ts' 'Root' --titles --tsNodeRegister --required --strictNullChecks --aliasRefs --refs --id https://spec.myst.tools/json-schema/myst.schema.json -o dist/myst.schema.json",
"lint": "prettier --write src/*.ts test/*.ts"
"lint": "prettier --write src/*.ts"
},
"bugs": {
"url": "https://github.com/executablebooks/myst-spec/issues"

0 comments on commit 4ffa33c

Please sign in to comment.