Update package.json

chore/security-updates
Mathijs Schouten 2025-12-07 16:52:13 +01:00
parent 290f8c6b15
commit e47b1b6e4d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"scripts": {
"develop": "strapi-plugin watch:link",
"watch": "pack-up watch",
"build": "pack-up build && yalc push --publish",
"build": "pack-up build",
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
"test:unit": "jest --verbose",