Skip to content
Prev Previous commit
Next Next commit
Update nodejs.yml
  • Loading branch information
cclauss authored Oct 31, 2020
commit 220f945cfdc05518b28749d1ee074a784bb25414
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run: |
npm install doctest standard --save-dev
# TODO: Remove the next line when #539 is fixed.
rm Dynamic-Programming/MinimumCostPath.js
rm Dynamic-Programming/MinimumCostPath.js Graphs/PrimMST.js
# npx doctest **/*.js
npx standard
npm ci
Expand Down