Skip to content

Commit

Permalink
bandaid fix to get demo script to run
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisDiligens committed Jan 6, 2025
1 parent ea25ef8 commit 3757a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepublish": "npm run build",
"build": "rollup --config && bash ./fixup.sh",
"test": "ts-mocha -n loader=ts-node/esm -p tsconfig.json src/**/*.spec.ts",
"demo": "ts-node --esm --project tsconfig.json src/demo.ts",
"demo": "node --no-warnings=ExperimentalWarning --loader ts-node/esm src/demo.ts",
"docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts && cp -rfv assets docs"
},
"keywords": [
Expand Down

0 comments on commit 3757a06

Please sign in to comment.