Skip to content

Commit

Permalink
root package.json: add npm run watch
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfooman committed Dec 15, 2023
1 parent d6572b4 commit 1f5b55e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "build/rti-transpiler.mjs",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"build:atBabelCore": "rollup -c --environment target:atBabelCore",
"build:dts": "tsc src-transpiler/index.mjs --outDir types/transpiler --allowJs --declaration --emitDeclarationOnly --target esnext",
"build:types": "npm run build:dts && rollup -c --environment target:types",
Expand Down

0 comments on commit 1f5b55e

Please sign in to comment.