Skip to content

Commit

Permalink
fix: fix declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jan 2, 2023
1 parent 9996fd2 commit 28a69ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-scenejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
},
"scripts": {
"start": "rm -rf ./node_modules/.cache && react-scripts start",
"build": "rollup -c",
"build": "rollup -c && npm run declaration",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 28a69ce

Please sign in to comment.