File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ packages/*/*.js
11
11
packages /* /bin
12
12
! packages /* /.eslintrc.js
13
13
* .log
14
+ packages /ui-extensions /docs /** /generated
14
15
15
16
# IntelliJ IDE ignore
16
17
.idea
Original file line number Diff line number Diff line change 14
14
"predeploy" : " yarn build" ,
15
15
"deploy" : " changeset publish" ,
16
16
"predeploy:unstable" : " yarn build" ,
17
- "docs:checkout" : " yarn workspace @shopify/ui-extensions build- docs" ,
17
+ "docs:checkout" : " yarn workspace @shopify/ui-extensions docs:checkout " ,
18
18
"deploy:unstable" : " changeset version --snapshot unstable && changeset publish --tag unstable --no-git-tag" ,
19
19
"lint" : " loom lint" ,
20
20
"nuke" : " rm -rf node_modules && yarn cache clean && rm -rf .loom && git clean -xdf ./packages; rm -rf ./build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopify/ui-extensions" ,
3
3
"version" : " 2022.10.6" ,
4
+ "scripts" : {
5
+ "docs:checkout" : " sh ./docs/surfaces/checkout/build-docs.sh"
6
+ },
4
7
"main" : " index.js" ,
5
8
"module" : " index.mjs" ,
6
9
"esnext" : " index.esnext" ,
42
45
"@remote-ui/core" : " 2.1.x"
43
46
},
44
47
"devDependencies" : {
45
- "@shopify/generate-docs" : " 0.10.7"
48
+ "@shopify/generate-docs" : " 0.10.7" ,
49
+ "typescript" : " ^4.9.0"
46
50
},
47
51
"publishConfig" : {
48
52
"access" : " public" ,
You can’t perform that action at this time.
0 commit comments