File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
dev-packages/node-integration-tests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 35
35
36
36
# packages/utils/cjs and packages/utils/esm: Symlinks to the folders inside of `build`, needed for tests
37
37
CACHED_BUILD_PATHS : |
38
+ ${{ github.workspace }}/dev-packages/*/build
38
39
${{ github.workspace }}/packages/*/build
39
40
${{ github.workspace }}/packages/ember/*.d.ts
40
41
${{ github.workspace }}/packages/gatsby/*.d.ts
Original file line number Diff line number Diff line change 20
20
"lint" : " eslint . --format stylish" ,
21
21
"fix" : " eslint . --format stylish --fix" ,
22
22
"type-check" : " tsc" ,
23
- "pretest" : " run-s --silent build prisma:init prisma:init:new" ,
23
+ "pretest" : " run-s --silent prisma:init prisma:init:new" ,
24
24
"test" : " ts-node ./utils/run-tests.ts" ,
25
25
"jest" : " jest --config ./jest.config.js" ,
26
26
"test:watch" : " yarn test --watch"
You can’t perform that action at this time.
0 commit comments