From dadb7017b75711745943e27380e392744fffde61 Mon Sep 17 00:00:00 2001
From: be beet <63141491+beetcb@users.noreply.github.com>
Date: Sat, 20 Feb 2021 10:46:17 +0800
Subject: [PATCH] fix(bundler): change parcel entry point path

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 6b0adbc..03eb8de 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
     "dist/"
   ],
   "scripts": {
-    "pub": "parcel build api.js cli.js --target node --no-source-maps && npm publish"
+    "pub": "parcel build src/index.js src/cli.js --target node --no-source-maps && npm publish"
   },
   "keywords": [
     "campusphere",