mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 08:51:36 +08:00
8 lines
209 B
JavaScript
8 lines
209 B
JavaScript
'use strict'
|
|
|
|
const path = require('path')
|
|
const thirdPartyChecker = require('../.electron-vue/thirdPartyChecker.js')
|
|
const rootDir = path.resolve(__dirname, '..')
|
|
|
|
thirdPartyChecker.validateLicenses(rootDir)
|