From 93fee76572e4a446c8df1611ef8bcf440c6a777d Mon Sep 17 00:00:00 2001 From: kissel Date: Wed, 25 Oct 2023 13:25:54 +0200 Subject: [PATCH] make sandbox use the built cadenza.js --- package.json | 4 +++- sandbox.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 100ef95f..c901e636 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "apidoc/**/*", "cadenza.js", "cadenza.d.ts", - "CHANGELOG.md" + "CHANGELOG.md", + "sandbox.html" ], "scripts": { "build": "run-p validate:* build:*", @@ -21,6 +22,7 @@ "start": "run-p start:*", "start:docs": "npm run build:docs -- --watch", "start:test": "npm test -- --watch", + "start:ts": "npm run build:ts -- --watch", "start:reformat": "onchange \"src/**/*\" -- prettier {{changed}} --write", "test": "cross-env NODE_OPTIONS=--unhandled-rejections=warn jest", "deploy:docs": "gh-pages --dist apidoc", diff --git a/sandbox.html b/sandbox.html index bb68da3f..81de7ddc 100644 --- a/sandbox.html +++ b/sandbox.html @@ -48,7 +48,7 @@