👷 Fix windows issue
This commit is contained in:
parent
cb26a80833
commit
56a0e576b1
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 && chmod +x dist/*.js",
|
"start": "rm -rf dist && tsc && chmod +x dist/*.js",
|
||||||
"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