Skip to content

Commit d14c8c8

Browse files
committed
Remove prepare script
1 parent ecd20fc commit d14c8c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

errors/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import {
88
} from '../models/FileSystemError.js';
99
import { HubSpotConfigError } from '../models/HubSpotConfigError.js';
1010

11+
export { isSystemError } from './isSystemError.js';
12+
1113
export function isSpecifiedError(
1214
err: unknown,
1315
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubspot/local-dev-lib",
3-
"version": "5.0.0-beta.0",
3+
"version": "0.6.3-experimental.0",
44
"type": "module",
55
"description": "Provides library functionality for HubSpot local development tooling, including the HubSpot CLI",
66
"repository": {

0 commit comments

Comments
 (0)