Skip to content

Commit

Permalink
add watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Sep 19, 2022
1 parent 8f4cedf commit 0dfcc27
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 @@ -8,6 +8,7 @@
"compile": "tsc",
"build": "npm run lint && npm run clean && npm run compile:cjs && npm run compile:amd",
"compile:cjs": "tsc -m commonjs",
"watch": "npx tsc -m commonjs --watch",
"compile:amd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js",
"lint": "eslint ./src/*.ts ./src/**/*.ts",
"---------------": "",
Expand Down

0 comments on commit 0dfcc27

Please sign in to comment.