feat(docker): add Chromium support for Puppeteer/Playwright and npm build/release scripts

This commit is contained in:
2026-02-06 09:31:43 +00:00
parent 2a7eb157b6
commit c3847a970e
3 changed files with 16 additions and 5 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"no npm test specified\"",
"build": "echo \"Not needed for now\""
"build": "tsdocker build",
"release": "tsdocker push"
},
"repository": {
"type": "git",