Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dydx-ci committed Sep 19, 2024
1 parent fac9005 commit 2e7da13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/js-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on: # yamllint disable-line rule:truthy
- 'v4-client-js/**'
branches:
- main
- test-release

# Ensure only a single instance of this workflow is running.
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion v4-client-js/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!build/node_modules/@dydxprotocol/v4-proto/**/**.ts
!build/node_modules/@dydxprotocol/v4-proto/**/**.ts
2 changes: 1 addition & 1 deletion v4-client-js/.releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["main", "test-release"],
"branches": ["main"],
"tagFormat": "v4-client-js@${version}",
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down
4 changes: 2 additions & 2 deletions v4-client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"coverage": "npm run test -- --coverage",
"fix": "npm run lint -- --fix",
"lint": "eslint --ext .ts,.js .",
"prepublishOnly": "npm run compile && ls build/node_modules/@dydxprotocol/v4-proto",
"release": "semantic-release --no-ci",
"prepublishOnly": "npm run compile",
"release": "semantic-release",
"start": "node build/src/index.js",
"test": "NODE_ENV=test jest --testPathIgnorePatterns=__tests__/modules/client/*",
"test:watch": "npm test -- --watch",
Expand Down

0 comments on commit 2e7da13

Please sign in to comment.