Skip to content

Commit

Permalink
frontend: add forever option to watch flag in scaffolded workflows (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jecr committed Oct 19, 2023
1 parent 63bd3e1 commit b03436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scaffolding/templates/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rm -rf ./dist && rm -f tsconfig.tsbuildinfo",
"compile": "tsc -b",
"compile:dev": "esbuild --target=es2019 --outdir=dist --sourcemap src/*.tsx",
"compile:watch": "yarn compile:dev --watch",
"compile:watch": "yarn compile:dev --watch=forever",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "yarn run lint --fix",
"test": "jest --passWithNoTests",
Expand Down

0 comments on commit b03436c

Please sign in to comment.