Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 274eed3

Browse files
committed
Re-add watch command
1 parent 8c83600 commit 274eed3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"demo-build": "$(npm bin)/webpack",
1111
"prepare": "npm run build",
1212
"test": "echo \"Error: no test specified\" && exit 1",
13-
"prepublishOnly": "tsc"
13+
"prepublishOnly": "tsc",
14+
"watch": "NODE_ENV=production $(npm bin)/babel --watch src/ -d dist/ --extensions '.ts,.tsx'"
1415
},
1516
"repository": {
1617
"type": "git",

0 commit comments

Comments
 (0)