Skip to content

Commit

Permalink
Add nodemon config
Browse files Browse the repository at this point in the history
  • Loading branch information
albertkol committed Jan 21, 2025
1 parent af0b21c commit 5c532ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scss:build": "node compile-scss.js",
"copy-forms": "node copy-form-json.js",
"clean:build": "rm -rf dist",
"dev": "NODE_ENV=development nodemon dist/digital-form-builder-adapter/runner/index.js",
"dev": "NODE_ENV=development nodemon --watch src --ext js,json,ts,html --exec 'yarn build && node dist/digital-form-builder-adapter/runner/index.js'",
"production": "NODE_ENV=development nodemon dist/digital-form-builder-adapter/runner/index.js",
"test-cov": "yarn run unit-test-cov",
"test:dev": "lab -T test/.transform.js -P (test|src)/**/*.test.* -v test --coverage-exclude",
Expand Down

0 comments on commit 5c532ec

Please sign in to comment.