Skip to content

Commit

Permalink
refactor: buildsrc => `build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Jul 27, 2022
1 parent a99e783 commit ffadbab
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gulpfile.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './packages/buildsrc'
import { defaultTask } from './packages/buildsrc'
export * from './packages/build'
import { defaultTask } from './packages/build'

export default defaultTask
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { resolve } from 'path'
*/
const buildPaths = {
src: 'packages/cli',
srcBuild: 'packages/buildsrc',
srcBuild: 'packages/build',

build: 'build/',
buildCache: 'build/caches',
Expand Down

0 comments on commit ffadbab

Please sign in to comment.