chore: remove unused file (#434)

This commit is contained in:
Artin 2022-02-15 09:41:13 +08:00 committed by GitHub
parent 5a8d58357d
commit 721a8ce29f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 24 deletions

View File

@ -1,11 +0,0 @@
---
name: 正式版本发布 [ Release ]
about: '用于发布 release 版本 Used to release the official version'
title: OpenSumi Release
labels: release
assignees: ''
---
## OpenSumi Release Summary
<!-- 请勿直接编辑正文next 版本发布后机器人会自动填充 -->

View File

@ -1,4 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run clean:cache

View File

@ -1,4 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run clean:cache

View File

@ -1,4 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run clean:cache

View File

@ -4,7 +4,6 @@
"license": "MIT",
"scripts": {
"prepare": "husky install",
"clean:cache": "rimraf .cache",
"clean": "rimraf ./packages/*/lib",
"check:dep": "ts-node ./scripts/depcheck",
"init:deps": "ts-node ./scripts/bootstrap",