From 98da6f26db811004d3eaba43e3e830f4a63e7b33 Mon Sep 17 00:00:00 2001 From: Kaicho Sun Date: Mon, 13 Dec 2021 11:14:13 +0800 Subject: [PATCH] updates doc --- README.md | 10 ++++++++++ package.json | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41ba617..a095d8f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ This is a Language about Languages - a way to publish and make available Languages to others. + +## Development + +### Release + +```shell +npm install +npm run build +``` + ## Build overview The whole project compiles and bundles to one file: `build/bundle.js`. diff --git a/package.json b/package.json index 126e4a5..70b6279 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,6 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && rollup -c", - "build-dna": "cd hc-dna && nix-shell --run ./build.sh && cd ..", - "build-nix": "npm run build-dna && tsc && rollup -c", "dev": "tsc && rollup -c rollup.config.icons.js && rollup -c -w" }, "author": "",