Skip to content

Commit

Permalink
updated code comments
Browse files Browse the repository at this point in the history
switch to yarn for package management
convert workflow to use yarn
  • Loading branch information
shahriar-shojib committed Jan 13, 2021
1 parent b85221c commit 25f74b9
Show file tree
Hide file tree
Showing 9 changed files with 1,092 additions and 2,684 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- run: yarn ci
- run: npm run build

publish-npm:
Expand All @@ -24,8 +24,8 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: yarn ci
- run: yarn build
- run: npm publish

env:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
dist
yarn.lock
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down
3 changes: 0 additions & 3 deletions .prettierignore

This file was deleted.

Loading

0 comments on commit 25f74b9

Please sign in to comment.