Skip to content

Commit

Permalink
feat(outline-core-link): Updated build configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
himerus committed Feb 27, 2024
1 parent a3dca18 commit 87d7c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/outline-core-link/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="https://vitejs.dev/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Component Test Page</title>
<script src="/index.ts" type="module"></script>
<script src="/dist/outline-core-link.js" type="module"></script>
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions packages/components/outline-core-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"license": "BSD-3-Clause",
"scripts": {
"build": "vite build && npx tsc --project tsconfig.build.json",
"postbuild": "cp -R src/style dist/style",
"package": "yarn publish"
},
"dependencies": {
Expand Down

0 comments on commit 87d7c15

Please sign in to comment.