Skip to content

Commit

Permalink
wip CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Apr 22, 2024
1 parent e6b8a8e commit a28a27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bicycle-codes/link",
"description": "Link multiple machiines via websocket.",
"type": "module",
"version": "0.0.5",
"version": "0.0.4",
"main": "dist/index.js",
"files": [
"./dist/*"
Expand All @@ -11,7 +11,7 @@
"lint": "eslint \"./**/*.{ts,js}\"",
"build-tests": "esbuild test/index.ts --target=es2020 --bundle --keep-names > test/test-bundle.js",
"test": "npm run lint && npm run build && npm run build-tests && npm run test-tape-run",
"test-tape-run": "concurrently --kill-signal=SIGINT --kill-others \"npx partykit dev\" \"cat test/index.html | npx tape-run --input=html --static=test | npx tap-spec\"",
"test-tape-run": "concurrently --kill-others \"npx partykit dev\" \"cat test/index.html | npx tape-run --input=html --static=test | npx tap-spec\"",
"build-cjs": "esbuild src/*.ts --format=cjs --keep-names --tsconfig=tsconfig.build.json --outdir=./dist --out-extension:.js=.cjs --sourcemap=inline",
"build-esm": "tsc --project tsconfig.build.json",
"build": "mkdir -p ./dist && rm -rf ./dist/* && npm run build-cjs && npm run build-esm",
Expand Down

0 comments on commit a28a27b

Please sign in to comment.