Add a script to deploy the plugin with a tmp folder

This commit is contained in:
Amaury
2021-06-26 16:42:04 +02:00
parent 1ac4a21d2d
commit 53a5e56cda
3 changed files with 20 additions and 2 deletions

View File

@ -23,11 +23,12 @@
"README.md"
],
"scripts": {
"prepublish": "tsc"
"buildAndDeploy": "npm run build && npm run deploy",
"deploy": "bash ./scripts/deploy.sh",
"build": "tsc"
},
"staticDirs": {},
"translations": {
"fr-FR": "./languages/fr.json"
},
"dependencies": {
"listener-rss-agregator": "0.0.2"