Skip to content

Commit a404137

Browse files
committed
Updated
1 parent 04a0921 commit a404137

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "bc-minecraft-molang",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The library designed to deal with minecraft bedrock molang",
55
"main": "./lib/src/main.js",
66
"types": "./lib/src/main.d.ts",
77
"scripts": {
88
"compile": "tsc -b",
99
"build": "npm run clean && npm run compile",
1010
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
11-
"test": "mocha",
11+
"test": "mocha --debug-brk",
1212
"clean": "rimraf lib",
1313
"pretest": "npm run compile",
14-
"prepublishOnly": "npm test",
14+
"prepublishOnly": "npm test && npm run compile",
1515
"preversion": "",
1616
"postversion": "git push && git push --tags",
17-
"version": "npm run format && git add -A src",
17+
"version": "git add -A src",
1818
"watch": "tsc -w -p ./src"
1919
},
2020
"repository": {

0 commit comments

Comments
 (0)