Comparing version 3.0.0 to 3.0.1
@@ -24,3 +24,3 @@ --- | ||
```sh { name=build } | ||
RUNME_PROJECT="" ./node_modules/runme/.bin/runme run clean compile | ||
./node_modules/.bin/runme run clean compile | ||
``` | ||
@@ -33,3 +33,3 @@ | ||
```sh { name=test } | ||
RUNME_PROJECT="" ./node_modules/runme/.bin/runme run test:lint test:unit test:cjs | ||
./node_modules/.bin/runme run test:lint test:unit test:cjs | ||
``` | ||
@@ -83,9 +83,1 @@ | ||
``` | ||
### Post Install Hook | ||
If the user desires to have Runme installed during installation of the package, this hooks downloads Runme for them: | ||
```sh { name=postinstall } | ||
node ./postInstall.js | ||
``` |
{ | ||
"name": "runme", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "Christian Bromann <christian@stateful.com>", | ||
@@ -9,4 +9,3 @@ "license": "Apache-2.0", | ||
"bin": { | ||
"runme": "./bin/runme.js", | ||
"runme2": "./bin/runme2.js" | ||
"runme": "./bin/runme.js" | ||
}, | ||
@@ -38,8 +37,7 @@ "type": "module", | ||
"scripts": { | ||
"runme": "node_modules/runme/bin/runme.js", | ||
"postinstall": "RUNME_PROJECT=\"\" npm run runme run postinstall" | ||
"postinstall": "node ./postInstall.js" | ||
}, | ||
"devDependencies": { | ||
"@octokit/rest": "^19.0.11", | ||
"@types/node": "^20.3.0", | ||
"@types/node": "^20.3.1", | ||
"@types/tar-fs": "^2.0.1", | ||
@@ -58,3 +56,3 @@ "@types/unzipper": "^0.10.6", | ||
"rimraf": "^5.0.1", | ||
"runme": "^2.3.5", | ||
"runme": "^3.0.0", | ||
"ts-node": "^10.9.1", | ||
@@ -61,0 +59,0 @@ "typescript": "^5.1.3", |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
49244