Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wifi-left committed Sep 16, 2024
1 parent 5ba8a5f commit 4dd72ad
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 @@ -4,8 +4,8 @@
"description": "Upgrade your datapack from 1.20.4 to 1.20.5",
"main": "index.js",
"scripts": {
"test": "node index.js -debug -i sample debug -y",
"test2": "node index.js -debug -i \"sample/functions/test.mcfunction\" \"debug/functions/test_result.mcfunction\" -y",
"test": "npm install & node index.js -debug -i sample debug -y",
"test2": "npm install & node index.js -debug -i \"sample/functions/test.mcfunction\" \"debug/functions/test_result.mcfunction\" -y",
"run": "node index.js",
"help": "node index.js -h"
},
Expand Down

0 comments on commit 4dd72ad

Please sign in to comment.