Skip to content

Commit b6265d3

Browse files
authored
Update nodejs.yml
1 parent 4982202 commit b6265d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
npm install doctest standard --save-dev
1212
# TODO: Remove the next line when #539 is fixed.
1313
rm Dynamic-Programming/MinimumCostPath.js
14-
npx doctest **/*.js
14+
# npx doctest **/*.js
1515
npx standard
1616
npm ci
1717
npm run build --if-present

0 commit comments

Comments
 (0)