Skip to content

Commit 011e579

Browse files
remove changes into different PR
1 parent db73c02 commit 011e579

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.run/DOCKER-DEBUG.run.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

runner/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"scss:build": "node compile-scss.js",
1212
"copy-forms": "node copy-form-json.js",
1313
"clean:build": "rm -rf dist",
14-
"dev": "NODE_ENV=development nodemon --watch src --ext js,json,ts,html,scss --exec 'yarn build && node --inspect=0.0.0.0:9228 dist/digital-form-builder-adapter/runner/index.js'",
14+
"dev": "yarn build && yarn start:local",
15+
"start:local": "NODE_ENV=development nodemon --inspect=0.0.0.0:9228 --watch src --ext js,json,ts,html,scss dist/digital-form-builder-adapter/runner/index.js",
1516
"start:server": "node dist/digital-form-builder-adapter/runner/index.js",
1617
"production": "NODE_ENV=production npm run start:server",
1718
"start:test": "NODE_ENV=development npm run start:server",

0 commit comments

Comments
 (0)