Skip to content

Commit 95e8d5d

Browse files
committed
Feat: Converted to ES6 CLASS\nImporved functions and more
1 parent f744548 commit 95e8d5d

File tree

6 files changed

+444
-297
lines changed

6 files changed

+444
-297
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,4 @@ jobs:
1313
with:
1414
node-version: 12
1515
- run: npm ci
16-
- run: npm test
17-
18-
publish-gpr:
19-
needs: build
20-
runs-on: ubuntu-latest
21-
permissions:
22-
packages: write
23-
contents: read
24-
steps:
25-
- uses: actions/checkout@v2
26-
- uses: actions/setup-node@v2
27-
with:
28-
node-version: 12
29-
registry-url: https://npm.pkg.github.com/
30-
- run: npm ci
31-
- run: npm publish
32-
env:
33-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
16+
- run: npm test

0 commit comments

Comments
 (0)