You've already forked Atomcms-edit
Fix DEP0169 url.parse() deprecation warning by patching tailwindcss dependencies
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"check": "yarn lint:all && yarn format:check",
|
||||
"check:php": "php -l app/ && php -l routes/ && php -l database/ && php -l resources/",
|
||||
"check:security": "composer audit && npm audit",
|
||||
"postinstall": "node scripts/patch-url-parse.mjs",
|
||||
"check:deps": "npm outdated --long --json || true",
|
||||
"clean": "rm -rf .vite-cache node_modules/.vite",
|
||||
"rebuild": "yarn clean && yarn install && yarn build"
|
||||
|
||||
Reference in New Issue
Block a user