Skip to content

Instantly share code, notes, and snippets.

View weilinzung's full-sized avatar

Wei weilinzung

  • Canada
View GitHub Profile
@weilinzung
weilinzung / npm-prerelease.md
Created March 15, 2021 18:26 — forked from schmich/npm-prerelease.md
Publish a prerelease package to NPM
  • Update package.json, set version to a prerelease version, e.g. 2.0.0-rc1, 3.1.5-rc4, ...
  • Run npm pack to create package
  • Run npm publish <package>.tgz --tag next to publish the package under the next tag
  • Run npm install --save package@next to install prerelease package
@weilinzung
weilinzung / .bowerrc
Created January 6, 2018 17:03 — forked from AndrejsAbrickis/.bowerrc
Migrate from bower to webpack
{
"directory": "wwwroot/scripts/bower"
}