From 37c90d67083afe3e72d02ba66dbbafc5b1274291 Mon Sep 17 00:00:00 2001 From: "colin.ck" Date: Thu, 3 Jan 2019 15:17:53 +0800 Subject: [PATCH] test: fix ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95a79e4..6d8dec3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ ], "scripts": { "test": "jest --verbose=true --coverage", - "build": "npm run build-styl && npm run build-jsx", + "build": "mkdir -p dist && mkdir -p themes && npm run build-styl && npm run build-jsx", "lint": "tslint --project tsconfig.json --config tslint.json './src/**/*.tsx'", "precommit": "npm run build && npm run lint", "prepush": "npm test",