2
0

build: add pnpm

This commit is contained in:
Baptiste Arnaud
2022-08-08 08:21:36 +02:00
parent 8c3b5058f1
commit ee338f62dc
183 changed files with 19442 additions and 18364 deletions

View File

@ -6,10 +6,11 @@
"author": "baptisteArno",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@prettier/plugin-php": "^0.18.4"
"@prettier/plugin-php": "^0.18.9",
"prettier": "2.7.1"
},
"scripts": {
"deploy": "yarn copy && yarn commit",
"deploy": "pnpm copy && pnpm commit",
"copy": "svn copy ./trunk ./tags/2.1.9",
"commit": "svn ci -m 'Fix standard embed when window loaded'"
}