add stylelint to CI/npm, only one file for now.
This commit is contained in:
		
							parent
							
								
									2a1c9e094c
								
							
						
					
					
						commit
						839681bbc7
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -14,6 +14,7 @@ lint:
 | 
			
		|||
  script:
 | 
			
		||||
    - yarn
 | 
			
		||||
    - npm run lint
 | 
			
		||||
    - npm run stylelint
 | 
			
		||||
 | 
			
		||||
test:
 | 
			
		||||
  stage: test
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,6 +11,7 @@
 | 
			
		|||
    "unit:watch": "karma start test/unit/karma.conf.js --single-run=false",
 | 
			
		||||
    "e2e": "node test/e2e/runner.js",
 | 
			
		||||
    "test": "npm run unit && npm run e2e",
 | 
			
		||||
    "stylelint": "npx stylelint src/components/status/status.scss",
 | 
			
		||||
    "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
 | 
			
		||||
    "lint-fix": "eslint --fix --ext .js,.vue src test/unit/specs test/e2e/specs"
 | 
			
		||||
  },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue