From 96fb2fd687732bfb4ca3d66b6758a4ec442688a6 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 10 Jul 2020 00:15:38 -0700 Subject: [PATCH] chore: cleanup --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ea0a6626..12775b23a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "scripts": { "clean": "npx rimraf node_modules package-lock.json && npm i", - "setup": "npm run build-core && npm run build-compat && npm run setup-link", + "setup": "npm run build-core", "setup-link": "(cd nativescript-core && npm link) && (cd dist/tns-core-modules && npm uninstall @nativescript/core -S)", "setup-widgets": "(cd tns-core-modules-widgets && sh build.sh) && npm run dev-link-tns-core-modules-widgets", "build": "tsc -p nativescript-core/tsconfig.json",