Skip to content

Commit

Permalink
Merge branch 'feat/deploy-ff' of github.com:AliMD/alwatr into feat/de…
Browse files Browse the repository at this point in the history
…ploy-ff
  • Loading branch information
AliMD committed Dec 12, 2022
2 parents c014f20 + a0185bc commit 1cf5df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/telegram-notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "./esbuild.mjs",
"build:ts": "tsc --build",
"clean": "rimraf dist build .tsbuildinfo **/*.{d.ts,map} src/**/*.{js,cjs,mjs}",
"serve": "node dist/index.mjs",
"serve": "while true; do node dist/index.mjs; sleep 15; done",
"serve:debug": "node --inspect --enable-source-maps dist/index.mjs",
"watch": "run-s clean build && run-p watch:es watch:node",
"watch:node": "nodemon -w dist/ --enable-source-maps dist/index.mjs",
Expand Down

0 comments on commit 1cf5df8

Please sign in to comment.