Skip to content

Commit 4456e4d

Browse files
committed
Fix Makefile in integration-test, which didn't cache-invalidate when sources in root project changed
1 parent ea15a1e commit 4456e4d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

integration-tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node_modules: package.json package-lock.json
22
npm ci
33

4-
bin/app: Makefile gren.json node_modules
4+
bin/app: Makefile gren.json node_modules ../gren.json ../src/**/*.gren
55
gren make Main --output=bin/app
66
chmod +x bin/app
77

integration-tests/gren.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"gren-lang/compiler-node": "local:.."
1313
},
1414
"indirect": {
15-
"gren-lang/url": "6.0.0"
15+
"gren-lang/url": "6.0.0",
16+
"gren-lang/parser": "6.1.0"
1617
}
1718
}
1819
}
21.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)