adjusted build step

This commit is contained in:
luke-hagar-sp
2024-02-29 12:16:42 -05:00
parent d7d867d8c9
commit 4a8ef2b93c
2 changed files with 16 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "Luke Hagar",
"username": "LukeHagar",
"repoViews": 1371,
"linesOfCodeChanged": 1702769,
"totalCommits": 1578,
"repoViews": 1535,
"linesOfCodeChanged": 0,
"totalCommits": 1582,
"totalPullRequests": 48,
"codeByteTotal": 11723367,
"codeByteTotal": 11730654,
"topLanguages": [
{
"languageName": "Svelte",
@@ -15,12 +15,12 @@
{
"languageName": "JavaScript",
"color": "#f1e05a",
"value": 3796001
"value": 3791060
},
{
"languageName": "TypeScript",
"color": "#3178c6",
"value": 3144601
"value": 3156760
},
{
"languageName": "Makefile",
@@ -55,7 +55,7 @@
{
"languageName": "Shell",
"color": "#89e051",
"value": 57175
"value": 57244
},
{
"languageName": "MDX",
@@ -79,11 +79,11 @@
}
],
"forkCount": 14,
"starCount": 112,
"totalContributions": 1769,
"starCount": 113,
"totalContributions": 1773,
"closedIssues": 12,
"openIssues": 10,
"fetchedAt": 1709096617838,
"fetchedAt": 1709226642094,
"contributionData": [
{
"contributionCount": 1,
@@ -15266,8 +15266,12 @@
"date": "2024-02-27"
},
{
"contributionCount": 0,
"contributionCount": 4,
"date": "2024-02-28"
},
{
"contributionCount": 0,
"date": "2024-02-29"
}
]
}

View File

@@ -14,7 +14,7 @@
"vite": "^5.1.4"
},
"scripts": {
"build": "tsc && ncc build lib/index.js"
"build": "tsc && ncc build --target es2024 lib/index.js"
},
"type": "module",
"devDependencies": {