Skip to content

Commit 8e155dc

Browse files
committed
chore(tests): debug cli tests
1 parent 38a01b1 commit 8e155dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cli/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
],
4444
"scripts": {
4545
"lint": "eslint ./{bin,test}",
46-
"test": "tap './test/*.test.js' --reporter spec --timeout=120",
47-
"pretest": "npm run lint && npm install"
46+
"test": "tap './test/*.test.js' --reporter spec --timeout=120"
4847
},
4948
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli",
5049
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",

0 commit comments

Comments
 (0)