From 8fce9fb5ce8a91a0905730efcdbd61ad3fcad6bf Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 7 Jan 2019 23:53:32 +0100 Subject: wip --- packages/theme/package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'packages/theme/package.json') diff --git a/packages/theme/package.json b/packages/theme/package.json index 0bc0423bf..8b4cb8ef6 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -6,9 +6,6 @@ "homepage": "https://github.com/meetfranz/franz", "license": "Apache-2.0", "main": "lib/index.js", - "files": [ - "lib/**/*" - ], "publishConfig": { "access": "public" }, @@ -17,8 +14,8 @@ "url": "git+https://github.com/meetfranz/franz.git" }, "scripts": { - "dev": "tsc -w", - "prepare": "tsc", + "dev": "NODE_ENV=development ../../node_modules/.bin/webpack -w", + "prepare": "../../node_modules/.bin/webpack", "preprepare": "npm run test", "test": "npx mocha" }, -- cgit v1.2.3-54-g00ecf