File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,6 @@ jobs:
122
122
run : npm install
123
123
- working-directory : ./example
124
124
run : npm run build
125
- - if : matrix.os == 'ubuntu-latest' && matrix.node_version == 20 && ((github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event.action == 'published')
126
- working-directory : ./example
127
- run : npm run export
128
125
- if : matrix.os == 'ubuntu-latest' && matrix.node_version == 20 && ((github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event.action == 'published')
129
126
uses : actions/upload-artifact@v3
130
127
with :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ const assetPrefix = `/${repo}/`
3
3
const basePath = `/${ repo } `
4
4
5
5
module . exports = {
6
+ output : 'export' ,
6
7
assetPrefix : assetPrefix ,
7
8
basePath : basePath ,
8
9
}
Original file line number Diff line number Diff line change 12
12
"prettier:check" : " prettier -c pages components" ,
13
13
"lint" : " next lint" ,
14
14
"typescript" : " tsc" ,
15
- "clean" : " rimraf node_modules build"
15
+ "clean" : " rimraf node_modules build out "
16
16
},
17
17
"dependencies" : {
18
18
"@ginkgo-bioworks/react-json-schema-form-builder" : " file:.." ,
You can’t perform that action at this time.
0 commit comments