Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Adameddy26 authored Jun 13, 2024
1 parent 9e105e8 commit 6835676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "fulfillment",
"version": "2.4.3",
"main": "fulfillment.spec.js",
"private": true,
"description": "An Ionic project",
"scripts": {
Expand All @@ -9,7 +10,7 @@
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"test": "npx playwright test"
"test": "node playwright-script.js"
},
"dependencies": {
"@capacitor/android": "^2.4.7",
Expand Down

0 comments on commit 6835676

Please sign in to comment.