Skip to content

Commit f451da1

Browse files
treshugartTrey Shugart
andauthored
chore: fix build (#1382)
Co-authored-by: Trey Shugart <treshugart@google.com>
1 parent f778389 commit f451da1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

apix-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@looker/apix-files",
2+
"name": "@internal/apix-files",
33
"version": "21.0.11",
44
"description": "Looker File Server for API Explorer",
55
"main": "lib/index.js",

bin/looker-resources-index/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "looker-resources-index",
2+
"name": "@internal/looker-resources-index",
3+
"version": "0.0.0",
34
"description": "A listing of Looker-related resources, and some automation for publishing the listing in consumable formats",
45
"main": "src/resource-data/resources.ts",
56
"private": true,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"view": "yarn api-explorer",
3636
"wipe": "rm -rf api spec",
3737
"build": "rm -Rf packages/*/lib && run-p -c build:*",
38-
"build:cjs": "lerna exec --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments'",
39-
"build:es": "lerna exec --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments'",
40-
"build:ts": "lerna exec --stream --sort 'tsc -b tsconfig.build.json'",
38+
"build:cjs": "lerna exec --ignore @internal/* --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments'",
39+
"build:es": "lerna exec --ignore @internal/* --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments'",
40+
"build:ts": "lerna exec --ignore @internal/* --stream --sort 'tsc -b tsconfig.build.json'",
4141
"build-extensions": "lerna run bundle",
4242
"dedupe:dev": "yarn-deduplicate -s fewer yarn.lock && yarn",
4343
"dedupe:list": "yarn-deduplicate --list",

0 commit comments

Comments
 (0)