Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

fix: build on Windows #377

Merged
merged 3 commits into from
Mar 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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