We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb3ac7 commit 261f09aCopy full SHA for 261f09a
.github/workflows/node.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Run build
39
working-directory: scatter/report
40
- run: npm run build
+ run: REPORT=example-hierarchical-polis npm run build
41
42
- name: Run tests
43
scatter/report/package.json
@@ -6,7 +6,8 @@
6
"dev": "next dev --turbopack",
7
"build": "next build",
8
"start": "npx serve ../pipeline/outputs/${REPORT}/report",
9
- "lint": "next lint"
+ "lint": "next lint",
10
+ "test": "echo \"No tests yet\" && exit 0"
11
},
12
"dependencies": {
13
"@chakra-ui/react": "^3.5.1",
0 commit comments