Skip to content

Commit

Permalink
chore: remove yarn from package
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Oct 6, 2024
1 parent 121da6b commit 0f4dbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scripts": {
"build": "tsup src/index.ts --sourcemap --dts --format esm,cjs",
"build:worklet:reverb": "esbuild src/reverb/worklet-processor.ts --bundle --minify > src/reverb/processor.min.js",
"test": "yarn test:unit && yarn test:types",
"test": "npm run test:unit && npm run test:types",
"test:unit": "jest",
"test:types": "tsc --noEmit",
"publish": "npm test && npm run build && changeset publish"
Expand Down

0 comments on commit 0f4dbfa

Please sign in to comment.