Skip to content

Commit c58bfa8

Browse files
committed
Fix typo
1 parent 23338ae commit c58bfa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/applied/vanilla-extract.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Inspired by https://github.com/vanilla-extract-css/vanilla-extract/blob/master/site/src/themes.css.ts (Vanilla Extract uses deep-object-diff to compare theme)
2-
export const name = "Vanill Extract Theme";
2+
export const name = "Vanilla Extract Theme";
33
export const original = {
44
fonts: {
55
brand: 'Shrikhand, "Helvetica Neue", HelveticaNeue, Helvetica, sans-serif',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": "./dist/index.cjs"
1010
},
1111
"scripts": {
12-
"build": "tsc --module CommonJS && mv \"dist/index.js\" \"dist/index.cjs\" && mv \"dist/index.d.ts\" \"dist/index.d.cts\" && tsc --module es2020 && npx prettier -w dist/*",
12+
"build": "tsc --module CommonJS && mv \"dist/index.js\" \"dist/index.cjs\" && mv \"dist/index.d.ts\" \"dist/index.d.cts\" && tsc --module es2020 && prettier -w dist/*",
1313
"test": "npm run build && node --test ./tests/*",
1414
"bench": "npm run build && node --expose-gc bench.js",
1515
"prepublish": "npm run build"

0 commit comments

Comments
 (0)