Skip to content

Commit

Permalink
Added test script
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCasCeb committed Oct 13, 2023
1 parent c7022bc commit 963db0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"build": "node external-scripts/generate-paths.js && webpack --mode production",
"dev": "webpack serve --mode development",
"serve": "node server/server.js",
"examples": "node external-scripts/generate-paths.js"
"examples": "node external-scripts/generate-paths.js",
"test": "npx playwright test"
},
"devDependencies": {
"@babel/core": "^7.22.9",
Expand Down

0 comments on commit 963db0a

Please sign in to comment.