Skip to content

Commit

Permalink
Supply any path as the dev path to yarn dev
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Sep 12, 2018
1 parent 2b258f7 commit 317e5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make.js
Expand Up @@ -37,7 +37,7 @@ const CJS_MODULES = 'cjs'

const SOURCE_PATH = resolvePath('src')
const DIST_PATH = resolvePath('dist')
const DEV_PATH = resolvePath('dev')
const DEV_PATH = process.env.DEV_PATH || resolvePath('dev')

const DIR_PATH = isDevelopment ? DEV_PATH : DIST_PATH

Expand Down

0 comments on commit 317e5bc

Please sign in to comment.