Skip to content

Commit

Permalink
Fix: stylelint should operate on app/frontend/*
Browse files Browse the repository at this point in the history
  • Loading branch information
abhchand committed Oct 19, 2022
1 parent 3b2a954 commit 7c0a92e
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 @@ -2,8 +2,8 @@
"name": "girder",
"version": "1.0.0",
"scripts": {
"lint": "eslint . --ext .js,.jsx && stylelint app/assets/stylesheets/*",
"lintfix": "eslint . --ext .js,.jsx --fix && stylelint app/assets/stylesheets/* --fix",
"lint": "eslint . --ext .js,.jsx && stylelint app/frontend/stylesheets/*",
"lintfix": "eslint . --ext .js,.jsx --fix && stylelint app/frontend/stylesheets/* --fix",
"testonly": "TZ='UTC' jest --no-cache --config spec/frontend/javascript/jest.config.js",
"test": "yarn run lint && yarn run testonly",
"dev": "NODE_ENV=development webpack-dev-server --open --debug --output-pathinfo",
Expand Down

0 comments on commit 7c0a92e

Please sign in to comment.