Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-guliy committed Dec 26, 2019
1 parent deca66b commit bd5e646
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 @@ -24,7 +24,7 @@
"prepare": "yarn run clean && yarn run build",
"clean": "rimraf lib",
"format-code": "tsfmt -r",
"build": "yarn run format-code && yarn run compile && yarn run tslint-fix && theia:plugin pack",
"build": "yarn run format-code && yarn run compile && yarn run tslint-fix && theia-plugin pack",
"compile": "tsc",
"watch": "tsc -watch",
"tslint-fix": "tslint --fix --project .",
Expand Down

0 comments on commit bd5e646

Please sign in to comment.