Skip to content

Commit

Permalink
Merge pull request #954 from dynamoose/fixWindowsInstall
Browse files Browse the repository at this point in the history
Fixing Windows Install Error
  • Loading branch information
fishcharlie committed Jun 24, 2020
2 parents d2d7d8a + 40b7f5d commit e5a4d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript": "^3.9.5"
},
"scripts": {
"prepare": "npm run build:clean; npm run build",
"prepare": "npm run build:clean && npm run build",
"build": "tsc",
"build:clean": "rm -rf dist",
"build:watch": "npm run build -- -w",
Expand Down

1 comment on commit e5a4d2c

@vercel
Copy link

@vercel vercel bot commented on e5a4d2c Jun 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.