Skip to content

Commit 195a7e6

Browse files
committed
chore: remove unused script
1 parent 85e845b commit 195a7e6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

site/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"test:ci": "jest --selectProjects test --silent",
3131
"test:coverage": "jest --selectProjects test --collectCoverage",
3232
"test:watch": "jest --selectProjects test --watch",
33-
"test:storybook": "test-storybook",
3433
"stats": "STATS=true pnpm build && npx http-server ./stats -p 8081 -c-1",
3534
"deadcode": "ts-prune | grep -v \".stories\\|.config\\|e2e\\|__mocks__\\|used in module\\|testHelpers\\|typesGenerated\" || echo \"No deadcode found.\"",
3635
"update-emojis": "cp -rf ./node_modules/emoji-datasource-apple/img/apple/64/* ./static/emojis"
@@ -196,7 +195,11 @@
196195
"vite-plugin-checker": "0.8.0",
197196
"vite-plugin-turbosnap": "1.0.3"
198197
},
199-
"browserslist": ["chrome 110", "firefox 111", "safari 16.0"],
198+
"browserslist": [
199+
"chrome 110",
200+
"firefox 111",
201+
"safari 16.0"
202+
],
200203
"resolutions": {
201204
"optionator": "0.9.3",
202205
"semver": "7.6.2"
@@ -213,4 +216,4 @@
213216
"prismjs": "1.30.0"
214217
}
215218
}
216-
}
219+
}

0 commit comments

Comments
 (0)