Skip to content

Commit

Permalink
fix(script): update theme yarn script
Browse files Browse the repository at this point in the history
  • Loading branch information
manoncarbonnel authored and dpellier committed Oct 13, 2023
1 parent 7598b81 commit 9974e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/themes/blue-jeans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"generate:licence": "npx generate-license-file --input package.json --output THIRD-PARTY-LICENCES --overwrite",
"generate:prefix": "postcss dist/**/*.css --dir dist --use autoprefixer --parser postcss-scss",
"generate:theme": "node-sass --importer ../../../node_modules/node-sass-package-importer/dist/cli.js src/index.scss -o dist",
"lint:scss": "stylelint 'src/**/!(base64-fonts)*.scss'"
"lint:scss": "stylelint 'src/**/*.scss'"
},
"dependencies": {
"@ovhcloud/ods-common-theming": "16.2.0"
Expand Down

0 comments on commit 9974e6f

Please sign in to comment.