File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
"postlint" : " eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\ .git' | grep -v dist/)" ,
79
79
"lint" : " eslint --ext=js,mjs ." ,
80
80
"benchmark" : " cd benchmark && npm install && node ." ,
81
- "benchmark:parse" : " cd benchmark && npm install && node . --parse" ,
82
- "benchmark:stringify" : " cd benchmark && npm install && node . --stringify" ,
83
- "benchmark:baseline" : " cd benchmark && npm install && node . --save-baseline" ,
84
- "benchmark:compare" : " cd benchmark && npm install && node . --baseline benchmark/baseline.json" ,
81
+ "benchmark:parse" : " npm run benchmark -- --parse" ,
82
+ "benchmark:stringify" : " npm run benchmark -- --stringify" ,
83
+ "benchmark:baseline" : " npm run benchmark -- --save-baseline" ,
84
+ "benchmark:compare" : " npm run benchmark -- --baseline benchmark/baseline.json" ,
85
85
"benchmark:stress" : " STRESS_TEST=1 npm run benchmark" ,
86
86
"dist" : " mkdirp dist && browserify --standalone Qs -g unassertify -g @browserify/envify -g [@browserify/uglifyify --mangle.keep_fnames --compress.keep_fnames --format.indent_level=1 --compress.arrows=false --compress.passes=4 --compress.typeofs=false] -p common-shakeify -p bundle-collapser/plugin lib/index.js > dist/qs.js"
87
87
},
You can’t perform that action at this time.
0 commit comments