Skip to content

Commit

Permalink
Merge pull request #444 from Shopify/fix-server-kit-deploy
Browse files Browse the repository at this point in the history
Make server-kit non private
  • Loading branch information
amcaplan authored Sep 8, 2022
2 parents 2873ff0 + 18ae16a commit 33eba41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cool-dancers-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/ui-extensions-server-kit': patch
---

Fix prepack and private configurations
3 changes: 2 additions & 1 deletion packages/ui-extensions-server-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/ui-extensions-server-kit",
"version": "3.10.1",
"private": true,
"private": false,
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
Expand All @@ -22,6 +22,7 @@
}
},
"scripts": {
"prepack": "cross-env NODE_ENV=production yarn nx build && cp ../../README.md README.md",
"build": "nx build",
"clean": "nx clean",
"lint": "nx lint",
Expand Down

0 comments on commit 33eba41

Please sign in to comment.