From 4ffa33cc8422894a2cbb379b0043361d3ce32684 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Tue, 22 Oct 2024 15:06:45 +0100 Subject: [PATCH] fix: only lint src --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f5d5f0..bd0a1ae 100644 --- a/package.json +++ b/package.json @@ -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"