fix typo
This commit is contained in:
parent
084b56f24b
commit
265e7a7137
@ -16,8 +16,8 @@
|
||||
"./lib/index.node": "./lib/index.node.cjs"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "tsc && ./build.js",
|
||||
"compile": "tsc && ./build.js",
|
||||
"prepare": "tsc && ./build.mjs",
|
||||
"compile": "tsc && ./build.mjs",
|
||||
"clean": "rimraf dist lib tsconfig.tsbuildinfo",
|
||||
"pretty": "prettier --write src"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user