Skip to content

Commit

Permalink
fix: build on Windows (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol authored Mar 2, 2021
1 parent f7269b5 commit f80ad03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
],
"scripts": {
"build": "yarn clean && yarn compile",
"clean": "rm -rf lib/*",
"clean:fixture": "rm -rf dist/ test/fixture/.nuxt",
"clean": "rimraf lib/*",
"clean:fixture": "rimraf dist/ test/fixture/.nuxt",
"compile": "siroc build",
"fixture": "cross-env CMD=dev yarn nuxt-run",
"fixture:generate": "yarn fixture:generate:export && yarn http-server -s -p 5000 dist",
Expand Down Expand Up @@ -98,6 +98,7 @@
"nuxt": "^2.15.2",
"prettier": "^2.2.1",
"release-it": "14.4.1",
"rimraf": "^3.0.2",
"siroc": "0.7.0",
"start-server-and-test": "^1.12.0",
"testcafe": "1.11.0",
Expand Down

1 comment on commit f80ad03

@vercel
Copy link

@vercel vercel bot commented on f80ad03 Mar 2, 2021

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.