Skip to content

Commit

Permalink
fix: fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Apr 2, 2024
1 parent a791c5f commit 96f7e75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/github", {
"draftRelease": true
}],
"@semantic-release/npm",
"@semantic-release/github",
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
}],
Expand Down
2 changes: 1 addition & 1 deletion test/clients.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { CommerceLayerInitConfig, customersClient } from '../lib/index'
import { CommerceLayerInitConfig, customersClient } from '../lib/index.js'
import { handleError, init, initConfig } from './util'


Expand Down
2 changes: 1 addition & 1 deletion test/interceptor.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-console */
// import commercelayer from '../lib/cjs'
import commercelayer, { ErrorObj, RequestObj, ResponseObj } from '../lib/cjs'
import commercelayer, { ErrorObj, RequestObj, ResponseObj } from '../lib/index.js'
import getToken from './token'


Expand Down

0 comments on commit 96f7e75

Please sign in to comment.