Skip to content

Commit f732037

Browse files
jeanp413roboquat
authored andcommitted
Fix entrypoint
1 parent bc0ab37 commit f732037

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

components/public-api/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib"
99
],
1010
"scripts": {
11-
"build": "mkdir -p lib; tsc && cp -fR src/* lib",
11+
"build": "mkdir -p lib; tsc",
1212
"watch": "leeway exec --package .:lib --transitive-dependencies --filter-type yarn --components --parallel -- tsc -w --preserveWatchOutput",
1313
"test": "mocha --opts mocha.opts './**/*.spec.ts' --exclude './node_modules/**'",
1414
"test:brk": "yarn test --inspect-brk"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
3+
* Licensed under the GNU Affero General Public License (AGPL).
4+
* See License-AGPL.txt in the project root for license information.
5+
*/
6+
7+
export * as experimental from "./gitpod/experimental/v1";

0 commit comments

Comments
 (0)