Skip to content

Commit b82c46c

Browse files
authored
chore: add type-checking to npm run dev (#1381)
1 parent 5c8749c commit b82c46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test-except-dind": "npm run test -- --testPathIgnorePatterns=\"/dind.*/|/node_modules/|/.gitlab-ci-local/\"",
2121
"coverage": "npm run build && FORCE_COLOR=1 npm run test -- --coverage --verbose",
2222
"start": "tsx src/index.ts --cwd examples/docker-compose-nodejs",
23-
"dev": "touch .gitlab-ci.yml && nodemon -e ts --watch src --watch .gitlab-ci.yml --exec tsx src/index.ts",
23+
"dev": "touch .gitlab-ci.yml && nodemon -e ts --watch src --watch .gitlab-ci.yml --exec \"tsc --noEmit && tsx src/index.ts\"",
2424
"fetch-and-patch-schema": "curl https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json -sf | jq 'del(.. | .pattern?)' > src/schema/schema.json"
2525
},
2626
"dependencies": {

0 commit comments

Comments
 (0)