mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-24 22:01:28 -06:00
[PR #31] [CLOSED] Change: exclude dev files in distribution #38
Labels
No labels
bug
enhancement
feature request
pull-request
types
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-server#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-server/pull/31
Author: @appy-one
Created: 9/6/2022
Status: ❌ Closed
Base:
master← Head:change/exclude-dev-files-in-distribution📝 Commits (5)
8b73c2aFix ESM rootpath issue6b27b70chore: builde313f7eGenerate index.d.ts files to support Node16 module6a7a1d8chore: buildc4d17ecExclude dev files in published npm packages📊 Changes
9 files changed (+31 additions, -3 deletions)
View changed files
➕
.npmignore(+7 -0)📝
create-package-files(+14 -1)➕
dist/cjs/index.d.ts(+1 -0)📝
dist/cjs/shared/rootpath.js(+2 -0)📝
dist/cjs/shared/rootpath.js.map(+1 -1)➕
dist/esm/index.d.ts(+1 -0)📝
dist/esm/shared/rootpath.js(+2 -0)📝
dist/esm/shared/rootpath.js.map(+1 -1)📝
src/shared/rootpath.ts(+2 -0)📄 Description
Don't publish TypeScript source, .js.map files, tests and other development files in npm packages
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.