Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Fix dev server script
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness committed Jan 13, 2023
1 parent b5decbb commit ea36a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier-fix": "prettier --write .",
"test": "vitest run --coverage && npm run prettier-fix && npm run eslint-fix && npm run tsc && node update-readme-with-shield-badge.cjs",
"test:watch": "vitest",
"develop": "DEBUG=api,transformer,markdown,language vite & http-server test/forms -p 8081",
"develop": "DEBUG=api,transformer,markdown,language node ./app.js",
"tsc": "tsc --project ./tsconfig.json && tsc --project ./tsconfig.typedefs.json && tsc --project ./test/tsconfig.json"
},
"repository": {
Expand Down

0 comments on commit ea36a5d

Please sign in to comment.