diff --git a/apix-files/package.json b/apix-files/package.json index 696530d3f..0f7061f35 100644 --- a/apix-files/package.json +++ b/apix-files/package.json @@ -1,5 +1,5 @@ { - "name": "@looker/apix-files", + "name": "@internal/apix-files", "version": "21.0.11", "description": "Looker File Server for API Explorer", "main": "lib/index.js", diff --git a/bin/looker-resources-index/package.json b/bin/looker-resources-index/package.json index 394373449..f05edcea5 100644 --- a/bin/looker-resources-index/package.json +++ b/bin/looker-resources-index/package.json @@ -1,5 +1,6 @@ { - "name": "looker-resources-index", + "name": "@internal/looker-resources-index", + "version": "0.0.0", "description": "A listing of Looker-related resources, and some automation for publishing the listing in consumable formats", "main": "src/resource-data/resources.ts", "private": true, diff --git a/package.json b/package.json index 834ea8a0c..cbeaa95d7 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "view": "yarn api-explorer", "wipe": "rm -rf api spec", "build": "rm -Rf packages/*/lib && run-p -c build:*", - "build:cjs": "lerna exec --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments'", - "build:es": "lerna exec --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments'", - "build:ts": "lerna exec --stream --sort 'tsc -b tsconfig.build.json'", + "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'", + "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'", + "build:ts": "lerna exec --ignore @internal/* --stream --sort 'tsc -b tsconfig.build.json'", "build-extensions": "lerna run bundle", "dedupe:dev": "yarn-deduplicate -s fewer yarn.lock && yarn", "dedupe:list": "yarn-deduplicate --list",