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

Commit bd5e646

Browse files
committed
Update package.json
1 parent deca66b commit bd5e646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"prepare": "yarn run clean && yarn run build",
2525
"clean": "rimraf lib",
2626
"format-code": "tsfmt -r",
27-
"build": "yarn run format-code && yarn run compile && yarn run tslint-fix && theia:plugin pack",
27+
"build": "yarn run format-code && yarn run compile && yarn run tslint-fix && theia-plugin pack",
2828
"compile": "tsc",
2929
"watch": "tsc -watch",
3030
"tslint-fix": "tslint --fix --project .",

0 commit comments

Comments
 (0)