Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanCaruso committed Dec 30, 2024
1 parent 9263c7b commit 484f151
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -20,7 +20,7 @@
"makeindex": "node build/tools/makeindex.js",
"pre-push": "npm run lint && npm run build && npm run test && npm run docs",
"rollup-watch": "rollup -c -w",
"start": "rollup -c rollup.config.mjs -w",
"start": "rollup --bundleConfigAsCjs -c rollup.config.js -w",
"test": "mocha test/tests"
},
"repository": {
Expand Down
File renamed without changes.

0 comments on commit 484f151

Please sign in to comment.