feat: publish beta and development tags on npm (#4769)
* feat: add logic to publish beta/dev npm This adds new log to publish the npm package both while working on PRs and when PRs are merged into main, allowing us to easily test changes in a production-like setting. Co-authored-by: Asher <ash@coder.com>
This commit is contained in:
@ -14,7 +14,7 @@ describe("settings", () => {
|
||||
testDir = await tmpdir(testName)
|
||||
})
|
||||
describe("with invalid JSON in settings file", () => {
|
||||
let mockSettingsFile = "coder.json"
|
||||
const mockSettingsFile = "coder.json"
|
||||
let pathToMockSettingsFile = ""
|
||||
|
||||
beforeEach(async () => {
|
||||
@ -33,7 +33,7 @@ describe("settings", () => {
|
||||
})
|
||||
})
|
||||
describe("with invalid settings file path", () => {
|
||||
let mockSettingsFile = "nonExistent.json"
|
||||
const mockSettingsFile = "nonExistent.json"
|
||||
let pathToMockSettingsFile = ""
|
||||
|
||||
beforeEach(async () => {
|
||||
|
Reference in New Issue
Block a user