1.1.0 • Published 6 years ago

@sgratzl/script_test v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

script_test

Scenario 1: git clone & npm i

git clone git@github.com/sgratzl/script_test
cd script_test
npm i

will run

  • prepare

Scenario 2: npm publish

# extends scenario 1
npm run release:minor

will run

  • prepare
  • prepack

Scenario 3: npm git dependency

mkdir test
cd test
npm i sgratzl/script_test

will run