Closed wesleyboar-fka-iosulfur closed 5 years ago
Well, I am surprised. I did not expect a README.md
change to fail a build. I think (hope) there was a commit, before my PR, that did not get built, but breaks the build process.
I looked into build log and Git history. From commits to master, I found commit 595171b, which looks suspicious, but I am not keen (nor awake) enough to be sure if it is the culprit.
The CLI (i.e. "arguments") instructions included an
=
sign; the equals sign is not accurate nor necessary. Just to be sure, I tested:.tape.js
as.tape.test.js
, and removed several test cases.postcss-tape --config=./tape.test.js
used existing/.tape.js
(saw many test cases).postcss-tape --config ./tape.test.js
used new file/.tape.test.js
(saw few test cases).