👷 Fix Windows issue
This commit is contained in:
parent
5238a1f1ec
commit
3485efee50
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "npm start",
|
"postinstall": "tsc",
|
||||||
"start": "rm -rf dist && tsc",
|
"start": "rm -rf dist && tsc",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"update": "rm -rf node_modules package-lock.json && npm install"
|
"update": "rm -rf node_modules package-lock.json && npm install"
|
||||||
|
|
Loading…
Reference in a new issue