From fd1671c2ae6e1a587bf8ec44ce4b45d9778a9c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 23 Aug 2018 11:35:20 +0200 Subject: [PATCH] build examples to dist --- build/examples/paths.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/examples/paths.js b/build/examples/paths.js index 54814ae4..14b6b9cf 100644 --- a/build/examples/paths.js +++ b/build/examples/paths.js @@ -2,5 +2,5 @@ import path from 'path' export const rootPath = path.resolve(__dirname, '../') export const srcPath = path.resolve(rootPath, '../examples') -export const buildPath = path.resolve(rootPath, '../docs') +export const buildPath = path.resolve(rootPath, '../dist') export const sassImportPath = srcPath