Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
miraz12 committed May 5, 2023
1 parent 482280e commit 4bff14f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# - name: Build
# run: |
# ./deploy.sh
- name: Build
run: |
./deploy.sh
9 changes: 1 addition & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",

"webpack-cli": "^5.0.2"
},
"dependencies": {
"prettier": "^2.7.1",
Expand Down

0 comments on commit 4bff14f

Please sign in to comment.