Skip to content

Commit ff18eb5

Browse files
committed
fix(cli): fix test script glob
1 parent d5c69a4 commit ff18eb5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/cli/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"dependencies": {
1212
"@pattern-lab/core": "^5.9.0",
1313
"@pattern-lab/live-server": "^5.0.0",
14+
"@pattern-lab/starterkit-mustache-base": "3.0.3",
1415
"archiver": "2.1.1",
1516
"chalk": "2.4.1",
1617
"commander": "2.15.1",
@@ -23,7 +24,11 @@
2324
"lodash": "4.17.15",
2425
"ora": "2.1.0",
2526
"path-exists": "3.0.0",
26-
"sanitize-filename": "1.6.1"
27+
"sanitize-filename": "1.6.1",
28+
"starterkit-mustache-acidtest": "0.0.3",
29+
"starterkit-mustache-bootstrap": "0.1.1",
30+
"starterkit-mustache-foundation": "0.1.1",
31+
"starterkit-mustache-materialdesign": "0.1.2"
2732
},
2833
"devDependencies": {
2934
"eslint": "4.18.2",
@@ -44,7 +49,7 @@
4449
],
4550
"scripts": {
4651
"lint": "eslint ./{bin,test}",
47-
"test:separate": "tap './test/*.test.js' --reporter spec --timeout=120"
52+
"test:separate": "tap ./test/*.test.js --reporter spec --timeout=120"
4853
},
4954
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli",
5055
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",

0 commit comments

Comments
 (0)