Skip to content

Commit

Permalink
Test fix (#124)
Browse files Browse the repository at this point in the history
fix publish
  • Loading branch information
nuwan-samarasinghe authored and albertkol committed Feb 5, 2025
1 parent 9505bdf commit 67145f8
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 @@ -13,7 +13,7 @@
"clean:build": "rm -rf dist",
"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'",
"start:server": "node dist/digital-form-builder-adapter/runner/index.js",
"production": "NODE_ENV=production npm run start:server",
"production": "NODE_ENV=development npm run start:server",
"start:test": "NODE_ENV=development npm run start:server",
"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 67145f8

Please sign in to comment.