@valu/npm-tools
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,9 @@ | ||
## v1.1.0 | ||
2022-08-09 | ||
- npm-tools: Fix commit links and add compare link [91af8b6](https://github.com/${repo}/commit/91af8b6) - Esa-Matti Suuronen | ||
All changes https://github.com/esamattis/react-zorm/compare/react-zorm/npm-tools/v1.0.0...npm-tools/v1.1.0 | ||
## v1.0.0 | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@valu/npm-tools", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Tools for working with npm packages", | ||
@@ -13,4 +13,5 @@ "author": "Esa-Matti Suuronen, Valu Digital Oy", | ||
"scripts": { | ||
"build": "echo no-op" | ||
"build": "echo no-op", | ||
"test": "echo noop" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# npm tools | ||
# Valu npm tools | ||
@@ -23,3 +23,3 @@ Scripts to manage releases on this and other repos | ||
Install package unpublished package to a project | ||
Install unpublished package to a project | ||
@@ -33,1 +33,11 @@ ``` | ||
This is useful when using a watcher to build the package automatically. | ||
``` | ||
cd /path/to/npm-packages/packages/a-package | ||
npm run watch | ||
``` | ||
``` | ||
cd project | ||
valu-npm-dev-install -f /path/to/npm-packages/packages/a-package | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6736
42