Skip to content

Commit

Permalink
fix: removing NUTs scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonnascimento committed Apr 29, 2024
1 parent fb8d790 commit f41744d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"postpack": "pinst --enable && shx rm -f oclif.manifest.json",
"prepack": "pinst --disable && sf-prepack",
"test": "wireit",
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
"test:nuts": "echo NO NUTS for now",
"test:only": "wireit",
"version": "oclif readme"
},
Expand Down Expand Up @@ -197,4 +197,4 @@
}
},
"author": "Tiago Nascimento"
}
}

0 comments on commit f41744d

Please sign in to comment.