Skip to content

Commit

Permalink
fix: styles not proper in prod builds
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Jan 30, 2025
1 parent ca0f35b commit 6389a4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"testFirefoxDist": "npm run testIntegHelp && npx cross-env TEST_DIST=true npx playwright test --project=firefox",
"testFirefoxDistDebug": "npm run testIntegHelp && npx cross-env TEST_DIST=true npx playwright test --project=firefox --debug",
"testFirefoxDebug": "npm run testIntegHelp && npx playwright test --project=firefox --debug",
"_compileLessSrc": "lessc --compress src/styles/brackets.less src/styles/brackets-all.css --source-map && npm run _compileLessSrcGit",
"_compileLessSrcGit": "lessc --compress src/extensions/default/Git/styles/git-styles.less src/extensions/default/Git/styles/git-styles-min.css --source-map",
"_compileLessSrc": "lessc --math=always --compress src/styles/brackets.less src/styles/brackets-all.css --source-map && npm run _compileLessSrcGit",
"_compileLessSrcGit": "lessc --math=always --compress src/extensions/default/Git/styles/git-styles.less src/extensions/default/Git/styles/git-styles-min.css --source-map",
"_buildonly": "gulp build",
"_buildonlyDebug": "gulp buildDebug",
"_vulnerabilityCheck": "echo Scanning for vulnarabilities && npm audit --prod --audit-level=critical",
Expand Down Expand Up @@ -116,4 +116,4 @@
"tinycolor2": "^1.4.2",
"underscore": "^1.13.4"
}
}
}

0 comments on commit 6389a4b

Please sign in to comment.