File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
components/public-api/typescript Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 8
8
" lib"
9
9
],
10
10
"scripts" : {
11
- "build" : " mkdir -p lib; tsc && cp -fR src/* lib " ,
11
+ "build" : " mkdir -p lib; tsc" ,
12
12
"watch" : " leeway exec --package .:lib --transitive-dependencies --filter-type yarn --components --parallel -- tsc -w --preserveWatchOutput" ,
13
13
"test" : " mocha --opts mocha.opts './**/*.spec.ts' --exclude './node_modules/**'" ,
14
14
"test:brk" : " yarn test --inspect-brk"
Original file line number Diff line number Diff line change
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" ;
You can’t perform that action at this time.
0 commit comments