Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish only dist directory #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"description": "Mock implementation of the Next.js Router",
"main": "dist/index",
"files": [
"dist",
"async",
"dynamic-routes",
"MemoryRouterProvider",
Comment on lines -8 to -10
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are actually required, as they provide entry points for these features

"src"
"dist"
],
"scripts": {
"checks": "npm run docs && npm run lint && npm run test && npm run build && npm run typecheck && npm run test:integration",
Expand Down