Skip to content

Commit

Permalink
Merge pull request #2846 from build-5/fix-package
Browse files Browse the repository at this point in the history
Follow best practices in package.json
  • Loading branch information
adamunchained authored Mar 28, 2024
2 parents 9b53911 + f705c67 commit 681fc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"license": "Apache-2.0",
"main": "lib/index.js",
"type": "commonjs",
"directories": {
"lib": "lib"
},
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"description": "",
"main": "lib/index.js",
"type": "commonjs",
"scripts": {
"run:search": "cd ../search && export FIRESTORE_EMULATOR_HOST=\"127.0.0.1:8080\" && export FIREBASE_STORAGE_EMULATOR_HOST=\"127.0.0.1:9199\" && npm run build && node lib/index.js",
"run:functions": "cd ../functions && npm run serve",
Expand Down

0 comments on commit 681fc0e

Please sign in to comment.