Skip to content

Commit f004584

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 49349a6 commit f004584

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ steps:
2424
npm run rollup
2525
displayName: 'Rollup build'
2626

27+
- script: |
28+
npm run lint:css
29+
displayName: 'lint styles'
30+
2731
- script: |
2832
npm run lint
29-
displayName: 'style lint'
33+
displayName: 'lint typescript'

0 commit comments

Comments
 (0)