Make it windows friendly

This commit is contained in:
Guido Zuidhof
2021-07-27 04:08:09 +01:00
parent 7e5607f443
commit e44e49683d
9 changed files with 19495 additions and 29 deletions

View File

@@ -57,7 +57,7 @@ Here is the magic: You ask to run `go-npm install` after it completes installing
Edit `package.json` file and add the following:
```
{
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall",
}