Commit 4c61fdf 1 parent 740af23 commit 4c61fdf Copy full SHA for 4c61fdf
File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 56
56
run : pnpm install
57
57
58
58
- name : " 🎭 install playwright"
59
- run : pnpx playwright install --with-deps --only-shell
59
+ run : pnpm playwright install --with-deps --only-shell
60
60
61
61
- name : " 🔍 run tests"
62
- run : pnpx playwright test
62
+ run : pnpm test
Original file line number Diff line number Diff line change 29
29
"playground:dev" : " pnpm --filter @tapsioss/playground run start:dev" ,
30
30
"playground:test" : " pnpm --filter @tapsioss/playground run start:test" ,
31
31
"dev" : " run-p packages:dev playground:dev" ,
32
- "test" : " pnpm run packages:build && pnpm run packages:test" ,
32
+ "build" : " pnpm run packages:build" ,
33
+ "test" : " pnpm run packages:test" ,
33
34
"lint:ts" : " tsc --project tsconfig.json" ,
34
35
"lint:ecma" : " eslint --fix" ,
35
36
"lint" : " run-p lint:*" ,
Original file line number Diff line number Diff line change 18
18
"build" : " run-p gen:metadata bulld:compile" ,
19
19
"bulld:compile" : " tsc --project ./tsconfig.build.json" ,
20
20
"predev" : " pnpm run clear" ,
21
+ "pretest" : " pnpm --filter @tapsioss/theme run build && pnpm run build" ,
21
22
"test" : " playwright test" ,
22
23
"dev" : " tsc --watch --project ./tsconfig.dev.json" ,
23
24
"release" : " pnpm publish . --tag latest --access public" ,
You can’t perform that action at this time.
0 commit comments