Skip to content

Commit

Permalink
chore(cd): update evolve script to be mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Aug 5, 2024
1 parent 81c1554 commit 0815665
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 @@ -2,7 +2,7 @@
"scripts": {
"build": "node tools/bundle-aos.js",
"test": "yarn build && node --test --test-concurrency 1 --experimental-wasm-memory64 **/*.test.js",
"evolve": "yarn build && node tools/evolve.js"
"evolve": "yarn build && node tools/evolve.mjs"
},
"devDependencies": {
"@ar.io/sdk": "^2.1.0-alpha.2",
Expand Down
File renamed without changes.

0 comments on commit 0815665

Please sign in to comment.