Skip to content

Commit 65624e5

Browse files
authored
Fix happo build on master (#987)
* Fix happo build on master * Remove deleted field
1 parent fa4d872 commit 65624e5

File tree

5 files changed

+821
-65
lines changed

5 files changed

+821
-65
lines changed

.github/workflows/merge.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
vrt:
1010
env:
11+
CURRENT_SHA: ${{ github.sha }}
12+
PREVIOUS_SHA: ${{ github.event.before }}
13+
CHANGE_URL: ${{ github.event.compare }}
1114
HAPPO_API_KEY: ${{ secrets.HAPPO_API_KEY }}
1215
HAPPO_API_SECRET: ${{ secrets.HAPPO_API_SECRET }}
1316
runs-on: ubuntu-latest
@@ -19,4 +22,4 @@ jobs:
1922
- run: npm install
2023
- run: npm run build
2124
- run: npm run generate:gql
22-
- run: node_modules/.bin/happo-ci $GITHUB_SHA
25+
- run: node_modules/.bin/happo-ci

docs/src/pages/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ export const query = graphql`
219219
body {
220220
cost
221221
customizable
222-
defaultCost
223222
free
224223
label
225224
name

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@manifoldco/ui",
33
"description": "Manifold UI",
4-
"version": "0.9.7",
4+
"version": "0.9.8",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/manifoldco/ui.git"

0 commit comments

Comments
 (0)