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 1510cce commit af2a18a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "fulfillment",
"version": "2.4.3",
"main": "fulfillment.spec.js",
"private": true,
"description": "An Ionic project",
"scripts": {
Expand All @@ -10,7 +9,7 @@
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"test": "node playwright-script.js"
"test": "node tests/fulfillment.spec.js"
},
"dependencies": {
"@capacitor/android": "^2.4.7",
Expand Down

0 comments on commit af2a18a

Please sign in to comment.