mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-07-12 14:15:32 +00:00
chore: publish on both jsr & npm (0.1.2)
This commit is contained in:
parent
1bff47e2a3
commit
182314c0f6
3 changed files with 31 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
import { build, emptyDir } from "@deno/dnt";
|
||||
|
||||
import denoJson from "../deno.json" with { type: "json" };
|
||||
|
||||
await emptyDir("./npm");
|
||||
|
||||
await build({
|
||||
|
@ -12,7 +14,7 @@ await build({
|
|||
package: {
|
||||
// package.json properties
|
||||
name: "@textplace/core",
|
||||
version: Deno.args[0],
|
||||
version: denoJson.version,
|
||||
description: "The core logic of TextPlace.",
|
||||
license: "MIT",
|
||||
repository: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue