X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Ftasks.json;h=a6d60cd7e5c139f87ade991ffc21fd12663cf98d;hb=454d44d75e70fae796dd155739b778c9ddea1f51;hp=ed1577700c35c42b9a2a0f9e26e262a7150c4b14;hpb=0ec231a10fe4a27f9428ebb356913873dba8b547;p=poolifier.git diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ed157770..a6d60cd7 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,10 +1,15 @@ { "version": "2.0.0", "tasks": [ + { + "label": "Build", + "type": "npm", + "script": "build:prod" + }, { "label": "Development build", "type": "npm", - "script": "build:dev" + "script": "build" } ] }