File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 1
1919 - uses : wyvox/action-setup-pnpm@v3
20+ - run : pnpm build
2021 - name : Lint
2122 run : pnpm lint
2223
3637 with :
3738 fetch-depth : 1
3839 - uses : wyvox/action-setup-pnpm@v3
40+ - run : pnpm build
3941 - name : Test
4042 run : pnpm test:ember --launch ${{ matrix.browser }}
4143 working-directory : test-app
5860 - uses : wyvox/action-setup-pnpm@v3
5961 with :
6062 pnpm-args : ' --no-lockfile'
63+ - run : pnpm build
6164 - name : Test
6265 run : pnpm test:ember --launch ${{ matrix.browser }}
6366 working-directory : test-app
@@ -134,6 +137,7 @@ jobs:
134137 with :
135138 fetch-depth : 1
136139 - uses : wyvox/action-setup-pnpm@v3
140+ - run : pnpm build
137141 - name : Test
138142 env :
139143 EMBER_TRY_SCENARIO : ${{ matrix.ember-try-scenario }}
@@ -150,6 +154,8 @@ jobs:
150154 with :
151155 fetch-depth : 1
152156 - uses : wyvox/action-setup-pnpm@v3
157+ - run : pnpm build
158+
153159 - name : Test
154160 run : pnpm test:ember
155161 working-directory : docs
Original file line number Diff line number Diff line change 99 "build" : " pnpm --filter 'ember-page-title' build" ,
1010 "lint" : " pnpm --filter '*' lint" ,
1111 "lint:fix" : " pnpm --filter '*' lint:fix" ,
12- "prepare" : " pnpm build" ,
1312 "test" : " pnpm --filter '*' test"
1413 },
1514 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments