chore(ci): fix pkg import

This commit is contained in:
Fathy Boundjadj 2023-02-09 11:46:58 +01:00
parent 669423312a
commit f771081ff6

View File

@ -1,5 +1,6 @@
import { version } from '../package.json'
import pkg from '../package.json'
const { version } = JSON.parse(pkg)
const sharedLib = {
macos: 'dylib',
linux: 'so'