Skip to content

Commit

Permalink
chore: Do not sass-compile external apps
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Jun 1, 2023
1 parent 1d040f9 commit 8737835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test": "jest",
"test:watch": "jest --watch",
"test:jsunit": "karma start tests/karma.config.js --single-run",
"sass": "sass --style compressed --load-path core/css core/css/ apps/*/css",
"sass:watch": "sass --watch --load-path core/css core/css/ apps/*/css",
"sass": "sass --style compressed --load-path core/css core/css/ apps/admin_audit apps/cloud_federation_api apps/comments apps/contactsinteraction apps/dashboard apps/dav apps/encryption apps/federatedfilesharing apps/federation apps/files apps/files_external apps/files_sharing apps/files_trashbin apps/files_versions apps/lookup_server_connector apps/oauth2 apps/provisioning_api apps/settings apps/sharebymail apps/systemtags apps/testing apps/theming apps/twofactor_backupcodes apps/updatenotification apps/user_ldap apps/user_status apps/weather_status apps/workflowengine",
"sass:watch": "sass --watch --load-path core/css core/css/ apps/admin_audit apps/cloud_federation_api apps/comments apps/contactsinteraction apps/dashboard apps/dav apps/encryption apps/federatedfilesharing apps/federation apps/files apps/files_external apps/files_sharing apps/files_trashbin apps/files_versions apps/lookup_server_connector apps/oauth2 apps/provisioning_api apps/settings apps/sharebymail apps/systemtags apps/testing apps/theming apps/twofactor_backupcodes apps/updatenotification apps/user_ldap apps/user_status apps/weather_status apps/workflowengine",
"sass:icons": "babel-node core/src/icons.js",
"cypress": "npm run cypress:component && npm run cypress:e2e",
"cypress:component": "cypress run --component",
Expand Down

0 comments on commit 8737835

Please sign in to comment.