File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed
Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1+ name : Node.js Package
2+ on : [push]
3+ jobs :
4+ build :
5+ runs-on : ubuntu-latest
6+ steps :
7+ - uses : actions/checkout@v2
8+ # Setup .npmrc file to publish to npm
9+ - uses : actions/setup-node@v2
10+ with :
11+ node-version : ' 14.x'
12+ registry-url : ' https://registry.npmjs.org'
13+ - run : npm install
14+ - run : npm publish
15+ env :
16+ NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 99.DS_Store
1010.vscode /
1111manually-test-on-heroku.js
12+ .npmrc
Original file line number Diff line number Diff line change 11{
2- "name" : " node-postgres" ,
2+ "name" : " @bungeetech-npm/node-postgres" ,
3+ "version" : " 0.0.1" ,
34 "description" : " node postgres monorepo" ,
45 "main" : " index.js" ,
5- "private" : true ,
6- "repository" : " git@github.com:brianc/node-postgres.git" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/Bungeetech/node-postgres.git"
9+ },
10+ "bugs" : {
11+ "url" : " https://github.com/Bungeetech/node-postgres/issues"
12+ },
13+ "homepage" : " https://github.com/Bungeetech/node-postgres#readme" ,
714 "author" : " Brian M. Carlson <brian.m.carlson@gmail.com>" ,
815 "license" : " MIT" ,
916 "workspaces" : [
You can’t perform that action at this time.
0 commit comments