Skip to content

Commit feacc5e

Browse files
committed
remove package testing scripts
1 parent 1f89bd7 commit feacc5e

6 files changed

Lines changed: 0 additions & 188 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ jobs:
3939
- name: Build package
4040
run: yarn build:lib
4141

42-
- name: Check package output
43-
run: yarn check:package
44-
45-
- name: Smoke test package tarball
46-
run: yarn smoke:package
47-
4842
- name: Allow registry publish
4943
run: npm pkg delete private
5044

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ jobs:
6161
- run: yarn compile
6262
- name: Build package
6363
run: yarn build:lib
64-
- name: Check package output
65-
run: yarn check:package
66-
- name: Smoke test package tarball
67-
run: yarn smoke:package
6864
- name: Check types
6965
run: yarn typecheck
7066
- name: Check eslint

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,6 @@ Build the package:
8787
yarn build:lib
8888
```
8989

90-
Validate generated package shape:
91-
92-
```sh
93-
yarn check:package
94-
```
95-
96-
Smoke test a packed tarball in a temporary consumer project:
97-
98-
```sh
99-
yarn smoke:package
100-
```
101-
10290
Run TypeScript checks:
10391

10492
```sh

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"scripts": {
1414
"start": "storybook dev -p 6006",
1515
"build:lib": "vite build --config vite.lib.config.ts && node ./scripts/inject-style-imports.mjs",
16-
"check:package": "node ./scripts/check-package-output.mjs",
17-
"smoke:package": "node ./scripts/smoke-package-tarball.mjs",
1816
"test": "vitest --no-threads",
1917
"test-storybook": "test-storybook",
2018
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",

scripts/check-package-output.mjs

Lines changed: 0 additions & 75 deletions
This file was deleted.

scripts/smoke-package-tarball.mjs

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)