From ebf6c27aa3efc66ecb2c980e1309a57f124cc2ff Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Tue, 15 Aug 2017 21:05:29 +0200 Subject: [PATCH] Build before linking --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a51f287..755c17f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "postinstall": "node download/install.js", "pack": "webpack && pkg dist/now.js -c package.json -o packed/now", "prepare": "webpack --context download --config download/webpack.config.js", - "link": "cd link && npm link" + "link": "webpack && cd link && npm link" }, "lint-staged": { "*.js": [