Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Oct 5, 2021
1 parent 8472e58 commit a31d7fb
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 @@ -10,7 +10,7 @@
"dev": "tsc && concurrently \"npm:build.watch\" \"npm:tsc.watch\" -n build,tsc -c magenta,yellow",
"playwright": "playwright test --browser=chromium",
"playwright.webkit": "playwright test --browser=webkit",
"release": "npm run build && cd dist && np --no-2fa",
"release": "npm run build && npm test && cd dist && np --no-2fa --no-tests ",
"serve": "sirv tests --port 4000 --dev",
"serve.test": "sirv tests --port 5000 --dev --quiet",
"test": "start-server-and-test serve.test http://localhost:5000/ playwright",
Expand Down

1 comment on commit a31d7fb

@vercel
Copy link

@vercel vercel bot commented on a31d7fb Oct 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.