File tree Expand file tree Collapse file tree
packages/cli/snap-tests/command-pack-monorepo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ index.cjs
66~/packages/hello$ vp pack ◉ cache hit, replaying
77vp run: cache hit, <variable>ms saved.
88
9+ > echo 'export function hello() { console.log("changed"); }' > packages/hello/src/hello.ts
10+ > vp run hello#build 2>&1 | grep 'cache miss' # should miss cache after source change
11+ ~/packages/hello$ vp pack ○ cache miss: 'packages/hello/src/hello.ts' modified, executing
12+
913> vp run array-config#build # should build the library supports array config
1014> ls packages/array-config/dist # should have the library
1115index.d.mts
Original file line number Diff line number Diff line change 77 },
88 " ls packages/hello/dist # should have the library" ,
99 " vp run hello#build 2>&1 | grep 'cache hit' # should hit cache" ,
10+ " echo 'export function hello() { console.log(\" changed\" ); }' > packages/hello/src/hello.ts" ,
11+ " vp run hello#build 2>&1 | grep 'cache miss' # should miss cache after source change" ,
1012 {
1113 "command" : " vp run array-config#build # should build the library supports array config" ,
1214 "ignoreOutput" : true
You can’t perform that action at this time.
0 commit comments