Skip to content

Commit

Permalink
make sandbox use the built cadenza.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jkissel committed Oct 25, 2023
1 parent f85359d commit 93fee76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"apidoc/**/*",
"cadenza.js",
"cadenza.d.ts",
"CHANGELOG.md"
"CHANGELOG.md",
"sandbox.html"
],
"scripts": {
"build": "run-p validate:* build:*",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</style>

<script type="module">
import { cadenza } from './src/cadenza.js';
import { cadenza } from './cadenza.js';

const actionSelect = document.getElementById('action');
const settingsContainer = document.getElementById('settings');
Expand Down

0 comments on commit 93fee76

Please sign in to comment.