Skip to content

Commit

Permalink
Add some updates (#9)
Browse files Browse the repository at this point in the history
* Update package.json

* Delete .DS_Store

* Update npm-publish.yml
  • Loading branch information
Süleyman Barman authored Aug 9, 2022
1 parent 9437e06 commit 57751ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 0 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
registry-url: https://registry.npmjs.org
- name: NPM Install
run: npm install
- name: NPM Lint
run: npm run lint
- name: NPM Build
run: npm run build
- name: NPM Publish
run: npm run release-${{ github.event.inputs.version_scale }}
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runsidekick/sidekick-client",
"version": "1.0.0",
"version": "0.0.1",
"description": "Sidekick Node.js Client",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 57751ee

Please sign in to comment.