Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Kanwar authored and Karan Kanwar committed Jul 12, 2023
1 parent 4305dae commit 1577212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
npm ci
npm run build
- name: Publish to NPM
run: npm run publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.SPRESSO_NPM_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@spresso-sdk/price_optimization",
"version": "2.0.2",
"version": "2.0.3",
"description": "Spresso Price Optimization SDK for Node",
"sideEffects": false,
"private": false,
"scripts": {
"build": "npx tsc -b ./tsconfig.json",
"publish": "npm publish",
"lint": "npx eslint ./src"
},
"author": "Spresso",
Expand Down

0 comments on commit 1577212

Please sign in to comment.