Skip to content

Commit

Permalink
Merge pull request #161 from usegraffy/use-npm
Browse files Browse the repository at this point in the history
Switch package script to npm
  • Loading branch information
aravindet authored May 27, 2024
2 parents 2bf1f53 + 45a304a commit f5979e4
Show file tree
Hide file tree
Showing 9 changed files with 7,666 additions and 4,379 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn lint
- run: yarn test
cache: 'npm'
- run: npm install
- run: npm run lint
- run: npm test
env:
PGHOST: localhost
PGPORT: 5432
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ dist
*.map

npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE
.vscode
Expand Down
Loading

0 comments on commit f5979e4

Please sign in to comment.