Skip to content

Commit

Permalink
fix "npm run dev" bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Sep 12, 2023
1 parent b7b3e61 commit 3e6568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scene/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "./dist/index.js",
"source": "./src/index.ts",
"scripts": {
"watch": "tsc -w",
"build": "tsc",
"dev": "tsc --watch",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit 3e6568c

Please sign in to comment.