mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 23:04:43 +01:00
Fix appveyor lint-styles
This commit is contained in:
parent
cd95202dcc
commit
f7643cee7e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"test-watch": "cross-env NODE_ENV=test wdio config/wdio.conf.js --watch",
|
||||
"start": "webpack-dev-server --progress --profile --colors --config config/webpack.config.js",
|
||||
"lint": "eslint --ext js --ext jsx src test",
|
||||
"lint-styles": "stylelint 'src/styles/*.scss'"
|
||||
"lint-styles": "stylelint \"src/styles/*.scss\""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue