We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0b21c commit 5c532ecCopy full SHA for 5c532ec
runner/package.json
@@ -11,7 +11,7 @@
11
"scss:build": "node compile-scss.js",
12
"copy-forms": "node copy-form-json.js",
13
"clean:build": "rm -rf dist",
14
- "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'",
15
"production": "NODE_ENV=development nodemon dist/digital-form-builder-adapter/runner/index.js",
16
"test-cov": "yarn run unit-test-cov",
17
"test:dev": "lab -T test/.transform.js -P (test|src)/**/*.test.* -v test --coverage-exclude",
0 commit comments