Skip to content

Commit 0530087

Browse files
committed
ref(build): rename package to createTarball
1 parent 9baaeeb commit 0530087

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
path: ${{ env.CACHED_BUILD_PATHS }}
299299
key: ${{ env.BUILD_CACHE_KEY }}
300300
- name: Pack
301-
run: yarn package:changed
301+
run: yarn createTarball:changed
302302
- name: Archive artifacts
303303
uses: actions/upload-artifact@v2
304304
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"link:yarn": "lerna run --stream --concurrency 1 link:yarn",
2020
"lint": "lerna run --parallel lint",
2121
"lint:eslint": "lerna run --parallel lint:eslint",
22-
"package:changed": "lerna run package --since",
22+
"createTarball:changed": "lerna run createTarball --since",
2323
"prepublishOnly": "lerna run --stream --concurrency 1 prepublishOnly",
2424
"postpublish": "make publish-docs && lerna run --stream --concurrency 1 postpublish",
2525
"test": "lerna run --ignore @sentry-internal/browser-integration-tests --stream --concurrency 1 --sort test"

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"lint": "run-s lint:prettier lint:eslint",
5555
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
5656
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
57-
"package": "npm pack"
57+
"createTarball": "npm pack"
5858
},
5959
"volta": {
6060
"extends": "../../package.json"

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"lint": "run-s lint:prettier lint:eslint",
6868
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
6969
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
70-
"package": "npm pack ./build",
70+
"createTarball": "npm pack ./build",
7171
"size:check": "run-p size:check:es5 size:check:es6",
7272
"size:check:es5": "cat build/bundles/bundle.min.js | gzip -9 | wc -c | awk '{$1=$1/1024; print \"ES5: \",$1,\"kB\";}'",
7373
"size:check:es6": "cat build/bundles/bundle.es6.min.js | gzip -9 | wc -c | awk '{$1=$1/1024; print \"ES6: \",$1,\"kB\";}'",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lint": "run-s lint:prettier lint:eslint",
4545
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
4646
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
47-
"package": "npm pack",
47+
"createTarball": "npm pack",
4848
"test": "jest",
4949
"test:watch": "jest --watch",
5050
"version": "node ../../scripts/versionbump.js src/version.ts"

packages/ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*",
2323
"lint:hbs": "ember-template-lint .",
2424
"lint:js": "eslint . --cache --cache-location '../../eslintcache/'",
25-
"package": "run-s prepack && npm pack && run-s postpack",
25+
"createTarball": "run-s prepack && npm pack && run-s postpack",
2626
"prepack": "ember ts:precompile",
2727
"postpack": "ember ts:clean",
2828
"start": "ember serve",

packages/eslint-config-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"link:yarn": "yarn link",
4040
"lint": "prettier --check \"**/*.js\"",
4141
"fix": "prettier --write \"**/*.js\"",
42-
"package": "npm pack",
42+
"createTarball": "npm pack",
4343
"circularDepCheck": "madge --circular src/index.js"
4444
},
4545
"volta": {

packages/eslint-plugin-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
3434
"lint:prettier": "prettier --check \"{src,test}/**/*.js\"",
3535
"test": "mocha test --recursive",
36-
"package": "npm pack",
36+
"createTarball": "npm pack",
3737
"circularDepCheck": "madge --circular src/index.js"
3838
},
3939
"volta": {

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"lint": "run-s lint:prettier lint:eslint",
6262
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
6363
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
64-
"package": "npm pack",
64+
"createTarball": "npm pack",
6565
"test": "jest",
6666
"test:watch": "jest --watch"
6767
},

packages/hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lint": "run-s lint:prettier lint:eslint",
4343
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
4444
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
45-
"package": "npm pack",
45+
"createTarball": "npm pack",
4646
"test": "jest",
4747
"test:watch": "jest --watch"
4848
},

packages/integrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"lint": "run-s lint:prettier lint:eslint",
4848
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
4949
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
50-
"package": "npm pack",
50+
"createTarball": "npm pack",
5151
"test": "jest",
5252
"test:watch": "jest --watch"
5353
},

packages/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"lint": "run-s lint:prettier lint:eslint",
4343
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
4444
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
45-
"package": "npm pack",
45+
"createTarball": "npm pack",
4646
"test": "jest",
4747
"test:watch": "jest --watch"
4848
},

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"lint": "run-s lint:prettier lint:eslint",
6565
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
6666
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
67-
"package": "npm pack",
67+
"createTarball": "npm pack",
6868
"test": "run-s test:unit",
6969
"test:all": "run-s test:unit test:integration",
7070
"test:unit": "jest",

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"lint": "run-s lint:prettier lint:eslint",
5656
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
5757
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
58-
"package": "npm pack",
58+
"createTarball": "npm pack",
5959
"test": "run-s test:jest test:express test:webpack test:release-health",
6060
"test:express": "node test/manual/express-scope-separation/start.js",
6161
"test:jest": "jest",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"lint": "run-s lint:prettier lint:eslint",
7272
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
7373
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
74-
"package": "npm pack",
74+
"createTarball": "npm pack",
7575
"test": "jest",
7676
"test:watch": "jest --watch"
7777
},

packages/serverless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"lint": "run-s lint:prettier lint:eslint",
6262
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
6363
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
64-
"package": "npm pack",
64+
"createTarball": "npm pack",
6565
"test": "jest",
6666
"test:watch": "jest --watch"
6767
},

packages/tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"lint": "run-s lint:prettier lint:eslint",
5353
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
5454
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
55-
"package": "npm pack",
55+
"createTarball": "npm pack",
5656
"test": "jest",
5757
"test:watch": "jest --watch"
5858
},

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"fix": "run-s fix:eslint fix:prettier",
3636
"fix:eslint": "eslint . --format stylish --fix",
3737
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
38-
"package": "npm pack"
38+
"createTarball": "npm pack"
3939
},
4040
"volta": {
4141
"extends": "../../package.json"

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"scripts": {
2222
"link:yarn": "yarn link",
23-
"package": "npm pack"
23+
"createTarball": "npm pack"
2424
},
2525
"volta": {
2626
"extends": "../../package.json"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"lint": "run-s lint:prettier lint:eslint",
4646
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
4747
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
48-
"package": "npm pack",
48+
"createTarball": "npm pack",
4949
"test": "jest",
5050
"test:watch": "jest --watch",
5151
"test:package": "node test/types/index.js"

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"lint": "run-s lint:prettier lint:eslint",
5555
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
5656
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
57-
"package": "npm pack",
57+
"createTarball": "npm pack",
5858
"test": "jest",
5959
"test:watch": "jest --watch"
6060
},

packages/wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lint": "run-s lint:prettier lint:eslint",
5252
"lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
5353
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
54-
"package": "npm pack",
54+
"createTarball": "npm pack",
5555
"test": "node test/scripts/ensure-browser-bundle.js && cross-env PORT=1337 jest",
5656
"test:watch": "jest --watch"
5757
},

0 commit comments

Comments
 (0)