Skip to content

A replacement for the deprecated npm set-script command

Notifications You must be signed in to change notification settings

iansu/set-package-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

set-package-script

A replacement for the deprecated npm set-script command

Usage

npx set-package-script <script-name> [command]

Examples

Add a build script

npx set-package-script build "tsc -p tsconfig.json"

Delete a prepare script

npx set-package-script prepare

If you don't provide a command and there's an existing script defined it will be removed

About

A replacement for the deprecated npm set-script command

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published