1 parent 5c8749c commit b82c46cCopy full SHA for b82c46c
1 file changed
package.json
@@ -20,7 +20,7 @@
20
"test-except-dind": "npm run test -- --testPathIgnorePatterns=\"/dind.*/|/node_modules/|/.gitlab-ci-local/\"",
21
"coverage": "npm run build && FORCE_COLOR=1 npm run test -- --coverage --verbose",
22
"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",
+ "dev": "touch .gitlab-ci.yml && nodemon -e ts --watch src --watch .gitlab-ci.yml --exec \"tsc --noEmit && tsx src/index.ts\"",
24
"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"
25
},
26
"dependencies": {
0 commit comments