From 2b64fb0ac3fd218d89d8b0d2dbbf31c0310d64f8 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Mon, 19 Jun 2017 09:33:56 -0600 Subject: [PATCH] Added scripts --- benchmark/size/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmark/size/package.json b/benchmark/size/package.json index e43de2598..d9cbe6336 100644 --- a/benchmark/size/package.json +++ b/benchmark/size/package.json @@ -7,6 +7,8 @@ "setup": "npm install --silent && npm link ../../", "build": "npm run bundle --silent && npm run minify --silent", "build-marko": "npm run bundle-marko --silent && node minify.js marko", + "build-vue": "npm run bundle-vue --silent && node minify.js vue", + "build-react": "npm run bundle-react --silent && node minify.js react", "build-inferno": "npm run bundle-inferno --silent && node minify.js inferno", "bundle": "mkdir -p build/bundles && npm run bundle-marko && npm run bundle-react && npm run bundle-vue && npm run bundle-preact && npm run bundle-inferno", "bundle-marko": "node ../../scripts/build && NODE_ENV=production rollup -c marko/rollup.config.js",