Commit 81f2cc8 1 parent b02de1e commit 81f2cc8 Copy full SHA for 81f2cc8
File tree 1 file changed +3
-8
lines changed
eng/tools/eslint-plugin-tsv
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 13
13
"@types/node" : " ^18.19.31" ,
14
14
"@vitest/coverage-v8" : " ^2.0.4" ,
15
15
"eslint" : " ^9.17.0" ,
16
- "memfs" :" ^4.15.0" ,
16
+ "memfs" : " ^4.15.0" ,
17
17
"rimraf" : " ^5.0.10" ,
18
18
"typescript" : " ~5.6.2" ,
19
19
"vitest" : " ^2.0.4"
20
20
},
21
21
"scripts" : {
22
22
"build" : " tsc --build" ,
23
+ "cbt" : " npm run clean && npm run build && npm run test:ci" ,
23
24
"clean" : " rimraf ./dist ./temp" ,
24
25
"test" : " vitest" ,
25
- "test:ci" : " vitest run --coverage --reporter=verbose" ,
26
- "test:e2e" : " npm run clean && npm run build && npm run test:e2e:all" ,
27
- "test:e2e:all" : " npm run test:e2e:contoso && npm run test:e2e:not-kebab-case-disabled && npm run test:e2e:not-kebab-case" ,
28
- "test:e2e:contoso" : " eslint --config dist/test/e2e/specification/eslint.config.js test/e2e/specification/contosowidgetmanager/Contoso.WidgetManager/tspconfig.yaml" ,
29
- "test:e2e:not-kebab-case-disabled" : " eslint --config dist/test/e2e/specification/eslint.config.js test/e2e/specification/Not-Kebab-Case-Disabled/Not.KebabCase/tspconfig.yaml" ,
30
- "test:e2e:not-kebab-case" : " eslint --config dist/test/e2e/specification/eslint.config.js test/e2e/specification/Not-Kebab-Case/Not.KebabCase/tspconfig.yaml" ,
31
- "test:all" : " npm run clean && npm run build && npm run test:ci && npm run test:e2e:all"
26
+ "test:ci" : " vitest run --coverage --reporter=verbose"
32
27
},
33
28
"engines" : {
34
29
"node" : " >= 18.0.0"
You can’t perform that action at this time.
0 commit comments