Skip to content

Commit

Permalink
fix: build issue on windows machines
Browse files Browse the repository at this point in the history
added double quotes to stylelint command in package.temp

fix: build issue on windows machines

added double quotes to stylelint command in package.temp
  • Loading branch information
avancealaska authored and blackfalcon committed Oct 20, 2020
1 parent ca96028 commit d238816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/package.temp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"bundler": "webpack --mode=production",
"bundle:test": "webpack-dev-server --host 0.0.0.0",
"postinstall": "node packageScripts/postinstall.js",
"cssLint": "stylelint './src/*.css'",
"cssLint": "stylelint \"./src/*.css\"",
"dev": "npm run sassBuild:watch",
"distJS": "copyfiles -u 1 -V './src/**/*.js' ./dist",
"sassRender": "sass-render src/*.css -t ./scripts/staticStyles-template.js",
Expand Down

0 comments on commit d238816

Please sign in to comment.