File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - name : Install Dependencies
3434 run : pnpm i
3535
36+ - name : Build Packages
37+ run : pnpm build
38+
3639 - name : Publish
3740 run : pnpm stage publish --no-git-checks
Original file line number Diff line number Diff line change 3737 - name : Install Dependencies
3838 run : pnpm install && npx playwright install
3939
40+ - name : Build Packages
41+ run : pnpm build
42+
4043 - name : Run Test
4144 run : pnpm run test
Original file line number Diff line number Diff line change 2222 "dev" : " rslib -w" ,
2323 "lint" : " rslint && prettier -c ." ,
2424 "lint:write" : " rslint --fix && prettier -w ." ,
25- "prepare" : " simple-git-hooks && pnpm run build " ,
25+ "prepare" : " simple-git-hooks" ,
2626 "test" : " pnpm run test:unit && pnpm run test:e2e" ,
2727 "test:e2e" : " playwright test --config=./test/playwright.config.ts" ,
2828 "test:unit" : " rstest --config=./test/rstest.config.ts"
You can’t perform that action at this time.
0 commit comments