Skip to content

Commit af41d7e

Browse files
Cyprien AutexierCyprien Autexier
authored andcommitted
change clean pattern
1 parent f99ef16 commit af41d7e

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
@@ -11,7 +11,7 @@
1111
"postinstall": "vsts-build-tools-install",
1212
"prebuild": "vsts-build-tools-prebuild",
1313
"build": "tsc",
14-
"package:clean": "vsts-build-tools-node-modclean --additionalpatterns \"**/docs/*.md\"",
14+
"package:clean": "vsts-build-tools-node-modclean --additionalpatterns \"* *.md\"",
1515
"package": "vsts-build-tools-package",
1616
"pullsubmodules": "git submodule foreach git pull origin master",
1717
"build:test": "run-s build test",

0 commit comments

Comments
 (0)