Skip to content

Commit

Permalink
Restore default yarn serve package script. (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-mayrgundter committed Oct 20, 2023
1 parent 7c7fc3e commit 133efff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bldrs",
"version": "1.0.0-r730",
"version": "1.0.0-r740",
"main": "src/index.jsx",
"license": "MIT",
"homepage": "https://github.com/bldrs-ai/Share",
Expand All @@ -25,6 +25,7 @@
"serve-cosmos": "cosmos --config .cosmos.config.json",
"serve-share-conway": "yarn build-share-conway && USE_WEBIFC_SHIM=true node config/serve.js",
"serve-share-webifc": "yarn build-share-webifc && USE_WEBIFC_SHIM=false node config/serve.js",
"serve": "yarn serve-share-webifc",
"test": "jest",
"cypress:open": "cypress run",
"cypress-spec": "cypress run --spec",
Expand Down

0 comments on commit 133efff

Please sign in to comment.