Skip to content

Commit

Permalink
Add build to benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
scripthunter7 committed Oct 20, 2023
1 parent e20784c commit d2adfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css-tokenizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"build": "yarn clean && yarn build-types && yarn rollup --config rollup.config.ts --configPlugin @rollup/plugin-json --configPlugin @rollup/plugin-typescript && yarn clean-types",
"build-types": "tsc --declaration --emitDeclarationOnly --outdir dist/types",
"benchmark": "node -r esbuild-register benchmark/index.ts",
"benchmark": "yarn build && node -r esbuild-register benchmark/index.ts",
"check-types": "tsc --noEmit",
"clean": "rimraf dist",
"clean-types": "rimraf dist/types",
Expand Down

0 comments on commit d2adfee

Please sign in to comment.