Skip to content

Commit 7ca5db0

Browse files
committed
nits
1 parent 04a83d8 commit 7ca5db0

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

bin/bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ else
1717
tsc $TSC_OPTS
1818
rm -rf lib/bundled
1919
npx esbuild src/vanilla.ts src/over-the-top.ts --bundle $OPTS --target=ESnext --outdir=lib
20-
cp lib/*.js lib/*.map tests >/dev/null 2>&1
20+
# cp lib/*.js lib/*.map tests/public >/dev/null 2>&1
2121
fi
2222

2323
rm -f lib/over-the-top.d.ts

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"dev": "bin/bundle dev",
1919
"build": "npm run format; bin/bundle",
2020
"format": "prettier --write src | grep -v 'unchanged)$'",
21-
"start": "npx serve -l 3000 tests",
2221
"test": "bin/bundle test; playwright test",
2322
"changeset": "changeset",
2423
"release": "changeset publish"

src/dom-view-transitions-level2.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ declare global {
3030
}
3131

3232
interface ViewTransition {
33-
types?: Set<string>;
33+
readonly types?: Set<string>;
3434
}
3535
interface Window {
3636
navigation?: Navigation;

0 commit comments

Comments
 (0)