Skip to content

Commit 5c39be1

Browse files
committed
fix(tests): change test command name similar to live-server until this passes CI
1 parent f4b3592 commit 5c39be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"scripts": {
4545
"lint": "eslint ./{bin,test}",
46-
"test": "tap './test/*.test.js' --reporter spec --timeout=120"
46+
"test:separate": "tap './test/*.test.js' --reporter spec --timeout=120"
4747
},
4848
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli",
4949
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",

0 commit comments

Comments
 (0)