Skip to content
Prev Previous commit
Next Next commit
Update nodejs.yml
  • Loading branch information
cclauss authored Oct 31, 2020
commit b185884223593ebedc176907d6e07be20a0ac091
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 Graphs/PrimMST.js
rm Dynamic-Programming/MinimumCostPath.js Graphs/PrimMST.js Hashes/SHA256.js
# npx doctest **/*.js
npx standard
npm ci
Expand Down