Skip to content

Commit f99ef16

Browse files
Cyprien AutexierCyprien Autexier
authored andcommitted
fix commands breaking on integration
1 parent 8a3174d commit f99ef16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"prebuild": "vsts-build-tools-prebuild",
1313
"build": "tsc",
1414
"package:clean": "vsts-build-tools-node-modclean --additionalpatterns \"**/docs/*.md\"",
15-
"package:build": "vsts-build-tools-package",
16-
"package": "run-s package:clean package:build",
15+
"package": "vsts-build-tools-package",
1716
"pullsubmodules": "git submodule foreach git pull origin master",
1817
"build:test": "run-s build test",
1918
"test": "jasmine JASMINE_CONFIG_PATH=./Tests/jasmine.json",

0 commit comments

Comments
 (0)