Skip to content

Commit

Permalink
build: remove test:pack test
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jan 9, 2025
1 parent 0a26361 commit 68927ec
Show file tree
Hide file tree
Showing 18 changed files with 9,909 additions and 1,869 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.x
- run: npm ci

# Using `install` instead of `ci` because integrity checks for `npm pack` tarballs differ by platform
- run: npm install
- run: npm run lint
- run: npm run docs:diff

test:
runs-on: ubuntu-latest
needs: lint
strategy:
fail-fast: false
matrix:
Expand All @@ -32,7 +33,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci

# Using `install` instead of `ci` because integrity checks for `npm pack` tarballs differ by platform
- run: npm install
- run: npm run test
- run: npm run test:node
- run: npm run test:pack
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx --no-install lint-staged
npm test
85 changes: 14 additions & 71 deletions examples/benchmark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"build": "true",
"start": "npm run build && npx http-server . -o",
"pretest": "HUSKY=0 npm install",
"test": "node node.js"
},
"dependencies": {
Expand Down
71 changes: 7 additions & 64 deletions examples/browser-esmodules/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 68927ec

Please sign in to comment.