Skip to content

Commit

Permalink
feat: update the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Arylo committed Jun 14, 2024
1 parent 361c125 commit 1d0ad84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion etc/build/monkey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { ROOT_PATH, githubInfo } from '../consts'

const srcPath = path.resolve(ROOT_PATH, 'src/monkey')
const outPath = path.resolve(ROOT_PATH, 'dist/monkey')
const cachePath = path.resolve(ROOT_PATH, '.github/cache/monkey')

const pkgInfo = require(path.resolve(ROOT_PATH, 'package.json'))
const { domain, repo, branch } = githubInfo
Expand Down
2 changes: 1 addition & 1 deletion etc/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export const ROOT_PATH = path.resolve(__dirname, '..')

export const githubInfo = {
domain: 'https://raw.githubusercontent.com',
repo: 'Arylo/scripts/',
repo: 'Arylo/scripts',
branch: 'monkey',
}

0 comments on commit 1d0ad84

Please sign in to comment.