Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
fix(bundler): change parcel entry point path
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Feb 20, 2021
1 parent 919a9f4 commit dadb701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dadb701

Please sign in to comment.