[PR #31] [CLOSED] Change: exclude dev files in distribution #38

Closed
opened 2026-05-23 08:39:14 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-server/pull/31
Author: @appy-one
Created: 9/6/2022
Status: Closed

Base: masterHead: change/exclude-dev-files-in-distribution


📝 Commits (5)

  • 8b73c2a Fix ESM rootpath issue
  • 6b27b70 chore: build
  • e313f7e Generate index.d.ts files to support Node16 module
  • 6a7a1d8 chore: build
  • c4d17ec Exclude 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.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-server/pull/31 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 9/6/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `change/exclude-dev-files-in-distribution` --- ### 📝 Commits (5) - [`8b73c2a`](https://github.com/appy-one/acebase-server/commit/8b73c2abae8d7a6c2966676e9867a31d197b9663) Fix ESM rootpath issue - [`6b27b70`](https://github.com/appy-one/acebase-server/commit/6b27b708d2109715f8bd345e3c1c5750dcfe24af) chore: build - [`e313f7e`](https://github.com/appy-one/acebase-server/commit/e313f7e783cf97d05eacfbb50900df46da04c243) Generate index.d.ts files to support Node16 module - [`6a7a1d8`](https://github.com/appy-one/acebase-server/commit/6a7a1d8cb8e503bb645f6a9543d16cf2e9e2ef63) chore: build - [`c4d17ec`](https://github.com/appy-one/acebase-server/commit/c4d17ec5b697847aa4a3eda1550eaf44a8259a8b) Exclude dev files in published npm packages ### 📊 Changes **9 files changed** (+31 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description Don't publish TypeScript source, .js.map files, tests and other development files in npm packages --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:39:14 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-server#38
No description provided.