mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(editor): Migrate from @import to @use for SCSS files to address deprecation warnings (#17858)
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
"dependsOn": ["^build", "@n8n/eslint-config#build"]
|
||||
},
|
||||
"lint:fix": {},
|
||||
"lint:styles": {
|
||||
"dependsOn": ["@n8n/stylelint-config#build"]
|
||||
},
|
||||
"lint:styles:fix": {
|
||||
"dependsOn": ["@n8n/stylelint-config#build"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["^build", "build"],
|
||||
"outputs": ["coverage/**", "*.xml"]
|
||||
|
||||
Reference in New Issue
Block a user