summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-05-25 12:56:41 -0600
committermo <mo.khan@gmail.com>2019-05-25 12:56:41 -0600
commitd49ede05284ed782f99c3a091c044611a3e2e9dc (patch)
tree08cbc7dd3573949103bd1237880e28bfafa4b5ee /Rakefile
parent55a1f1016d67772ea71bacc6983417cc69665ed8 (diff)
redo examples on linux host
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 278a25d..3ce3a44 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ Rake::PackageTask.new("COMP325-1", DateTime.now.strftime("%y%m").to_i) do |packa
end
task :pdf do
- `mdpdf README.md`
+ sh 'node ./node_modules/.bin/mdpdf README.md'
end
task default: [:pdf, :repackage]