feat: nightly build notify

This commit is contained in:
DarkSky
2022-12-18 00:51:15 +08:00
parent 7719f7a86e
commit c62e5f2985
2 changed files with 18 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
"start": "pnpm --filter @pathfinder/app start",
"lint": "pnpm --filter @pathfinder/app lint",
"test:e2e": "playwright test",
"test:unit": "jest"
"test:unit": "jest",
"notify": "node --experimental-modules scripts/notify.mjs"
},
"devDependencies": {
"@jest/globals": "^29.3.1",