From b02f10053e1affa2100f91878f77242c8c136206 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 28 Jan 2015 13:14:00 +1100 Subject: [PATCH] fix publish-runtime task --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1d1fc08449..9da4b87977 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,7 @@ publish: publish-runtime: cd packages; \ node build-runtime.js; \ + cd 6to5-runtime; \ npm publish publish-core: