File tree Expand file tree Collapse file tree 5 files changed +821
-65
lines changed Expand file tree Collapse file tree 5 files changed +821
-65
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
vrt :
10
10
env :
11
+ CURRENT_SHA : ${{ github.sha }}
12
+ PREVIOUS_SHA : ${{ github.event.before }}
13
+ CHANGE_URL : ${{ github.event.compare }}
11
14
HAPPO_API_KEY : ${{ secrets.HAPPO_API_KEY }}
12
15
HAPPO_API_SECRET : ${{ secrets.HAPPO_API_SECRET }}
13
16
runs-on : ubuntu-latest
19
22
- run : npm install
20
23
- run : npm run build
21
24
- run : npm run generate:gql
22
- - run : node_modules/.bin/happo-ci $GITHUB_SHA
25
+ - run : node_modules/.bin/happo-ci
Original file line number Diff line number Diff line change @@ -219,7 +219,6 @@ export const query = graphql`
219
219
body {
220
220
cost
221
221
customizable
222
- defaultCost
223
222
free
224
223
label
225
224
name
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @manifoldco/ui" ,
3
3
"description" : " Manifold UI" ,
4
- "version" : " 0.9.7 " ,
4
+ "version" : " 0.9.8 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " git+https://github.com/manifoldco/ui.git"
You can’t perform that action at this time.
0 commit comments