safe-publish-latest
Ensure that when you `npm publish`, the "latest" tag is only set for the truly latest version.
Found 28 results for prepublish
Ensure that when you `npm publish`, the "latest" tag is only set for the truly latest version.
Clean package.json before publish by removing unnecessary properties
Clones and (re)installs packages from remote git repos
Automates the full release process for npm packages
Verifies that your package will work after it is published by running your unit tests in a special test folder.
Audit what `npm publish` would actually ship — catch leaked .env/secrets and broken entry points before you publish.
Provides NPM scripts for pre-publish and publish actions for TyphonJS NPM modules and beyond.
Checks if a git repository has uncommitted changes.
Clones and (re)installs packages from remote git repos
npm/yarn script lifecycle utility for handling pre/post script execution order / 處理 npm/yarn 腳本生命週期 pre/post 執行順序的工具
Provides a unified set of NPM scripts and dependencies for building and testing ES6+ NPM modules for TyphonJS and beyond.
Automates the full release process for npm packages
Utility which allows anything to be inserted into markdown files (files, json, js, xml, csv, etc). Creates Contents. Checks links.
AI-powered CLI testing tool for npm packages with Docker isolation, private package support, and automated test generation using Claude, GPT-4, Gemini
A tool to help finding potential problems before publish.
A JavaScript/TypeScript package to resolve monorepo internal dependencies using workspace protocol
check npm dist before publish
Rollup tool to bundle ES6 modules into trim CJS files
Clones and (re)installs packages from remote git repos
A script that prepares isogon packages for publishing to npm
Clones and (re)installs packages from remote git repos
Assert your published package actually works
Clean package.json before publishing your package by removing unnecessary properties.
A pre-publish hook that screams at you if you are about to publish unnecessary files
Pre-publish safety linter for npm packages. Blocks source maps, secrets, and source files from shipping to the registry.
A tool to help finding potential problems before publish.
When you run `npm publish`, it includes all files under the directory even if they are not checked in to the repository. `npm-clean-publish` will help you to prevent that situation.
Sanity check that a module can be required after publishing