Skip to content

Commit

Permalink
Merge pull request #119 from humphd/issue-89
Browse files Browse the repository at this point in the history
fix: update compile command in npm watch script
  • Loading branch information
poftadeh authored Jan 15, 2020
2 parents 700a4e5 + 8c29dee commit 023a19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"build:macos": "tsc && pkg . --target latest-mac-x64",
"build:all": "tsc && pkg . --target latest-linux-x64,latest-win-x64,latest-mac-x64",
"generate-docs": "./node_modules/.bin/typedoc --out docs ./src/ --options ./typedoc.json &>/dev/null",
"watch": "nodemon --watch src/ --exec 'npm run compile-ts && npm start' -e ts",
"watch": "nodemon --watch src/ --exec 'npm run compile && npm start' -e ts",
"commit": "git cz",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
Expand Down

0 comments on commit 023a19f

Please sign in to comment.