Skip to content

Commit

Permalink
test cjs & ems builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonofdeath committed Feb 4, 2025
1 parent 754d554 commit 9eb3e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"watch": "sleep 10 && node scripts/start.js",
"start": "PORT=3006 node scripts/start.js",
"build": "node scripts/build.js",
"unit": "node scripts/test.js",
"unit": "npm run test:esm && npm run test:cjs && node scripts/test.js",
"test:esm": "node scripts/test-progallery.mjs",
"test:cjs": "node scripts/test-progallery.cjs",
"test": "echo 'no test in wix CI'",
Expand Down

0 comments on commit 9eb3e4b

Please sign in to comment.