🚀 update Dockerfile

This commit is contained in:
platane
2021-10-04 15:50:15 +02:00
committed by Platane
parent 2844b095f3
commit a9a9e29cf2
2 changed files with 2 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
"ts-node": "10.2.1"
},
"scripts": {
"build": "ncc build --external canvas --out dist ./index.ts ",
"build": "ncc build --external canvas --external gifsicle --out dist ./index.ts",
"dev": "ts-node __tests__/dev.ts"
}
}