File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " web-tooling-benchmark" ,
3
- "description" : " JavaScript Benchmark for common Web Developer workloads" ,
3
+ "description" : " JavaScript benchmark for common web developer workloads" ,
4
4
"version" : " 0.4.0" ,
5
5
"repository" : " https://github.com/v8/web-tooling-benchmark" ,
6
6
"main" : " src/cli.js" ,
7
7
"scripts" : {
8
+ "benchmark" : " node dist/cli.js" ,
8
9
"build:uglify-es-bundled" : " node node_modules/uglify-es/bin/uglifyjs -b preamble=\" 'const UglifyJS = module.exports = {};'\" --self > build/uglify-es-bundled.js" ,
9
10
"build:uglify-js-bundled" : " node node_modules/uglify-js/bin/uglifyjs -b preamble=\" 'const UglifyJS = module.exports = {};'\" --self > build/uglify-js-bundled.js" ,
10
11
"build" : " webpack" ,
11
12
"postinstall" : " npm run build:uglify-es-bundled && npm run build:uglify-js-bundled && npm run build" ,
12
- "precommit" : " node tools/hooks/pre-commit && lint-staged" ,
13
+ "precommit" : " node tools/hooks/pre-commit.js && lint-staged" ,
13
14
"test" : " jest" ,
14
- "benchmark " : " node dist/cli.js "
15
+ "update-lock " : " npm install --package-lock "
15
16
},
16
17
"lint-staged" : {
17
18
"src/**/*.css" : [
You can’t perform that action at this time.
0 commit comments