Skip to content

Commit

Permalink
Add changeset and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Jul 10, 2022
1 parent 1073fff commit 1745a95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/witty-bananas-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ladle/react": minor
---

Add support for native Windows.
2 changes: 1 addition & 1 deletion e2e/commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"serve": "node ../../packages/ladle/cjs/lib/cli/cli.js serve -p 61101",
"serve-prod": "node ../../packages/ladle/cjs/lib/cli/cli.js preview -p 61101",
"build": "pnpm --filter @ladel/react build && node ../../packages/ladle/cjs/lib/cli/cli.js build",
"build": "pnpm --filter @ladle/react build && node ../../packages/ladle/cjs/lib/cli/cli.js build",
"lint": "echo 'no lint'",
"test-dev": "start-server-and-test serve 61101 'npx playwright test'",
"test-prod": "start-server-and-test serve-prod 61101 'npx playwright test'",
Expand Down

0 comments on commit 1745a95

Please sign in to comment.