File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 30
30
"test:ci" : " jest --selectProjects test --silent" ,
31
31
"test:coverage" : " jest --selectProjects test --collectCoverage" ,
32
32
"test:watch" : " jest --selectProjects test --watch" ,
33
- "test:storybook" : " test-storybook" ,
34
33
"stats" : " STATS=true pnpm build && npx http-server ./stats -p 8081 -c-1" ,
35
34
"deadcode" : " ts-prune | grep -v \" .stories\\ |.config\\ |e2e\\ |__mocks__\\ |used in module\\ |testHelpers\\ |typesGenerated\" || echo \" No deadcode found.\" " ,
36
35
"update-emojis" : " cp -rf ./node_modules/emoji-datasource-apple/img/apple/64/* ./static/emojis"
196
195
"vite-plugin-checker" : " 0.8.0" ,
197
196
"vite-plugin-turbosnap" : " 1.0.3"
198
197
},
199
- "browserslist" : [" chrome 110" , " firefox 111" , " safari 16.0" ],
198
+ "browserslist" : [
199
+ " chrome 110" ,
200
+ " firefox 111" ,
201
+ " safari 16.0"
202
+ ],
200
203
"resolutions" : {
201
204
"optionator" : " 0.9.3" ,
202
205
"semver" : " 7.6.2"
213
216
"prismjs" : " 1.30.0"
214
217
}
215
218
}
216
- }
219
+ }
You can’t perform that action at this time.
0 commit comments