Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartel committed Sep 14, 2022
1 parent e3bcb39 commit b8ce6ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
],
"scripts": {
"dev": "vite",
"build": "npm run build:types && npm run build:lib",
"build": "npm run build:types && npm run build:lib && build:fix-types",
"build:types": "tsc",
"build:fix-types": "mv src/ripple/index.ts src/ripple/index.d.ts",
"build:lib": "microbundle ./index.ts ./worker.js",
"preview": "vite preview",
"lint": "eslint --fix src",
Expand Down

0 comments on commit b8ce6ac

Please sign in to comment.