Skip to content

Commit

Permalink
chore: remove clean step since siroc already does
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 13, 2021
1 parent 9e934db commit cfc136f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"bin"
],
"scripts": {
"build": "yarn clean && siroc build",
"clean": "rimraf dist",
"build": "siroc build",
"dev": "yarn fixture:dev",
"fixture:build": "nuxt-ts build test/fixture",
"fixture:dev": "nuxt-ts test/fixture",
Expand Down Expand Up @@ -58,7 +57,6 @@
"bili": "latest",
"eslint": "latest",
"nuxt-edge": "latest",
"rimraf": "latest",
"rollup-plugin-typescript2": "latest",
"siroc": "latest",
"standard-version": "latest",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8894,7 +8894,7 @@ rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3:
dependencies:
glob "^7.1.3"

rimraf@^3.0.2, rimraf@latest:
rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
Expand Down

0 comments on commit cfc136f

Please sign in to comment.