Skip to content

Commit

Permalink
refactor: no type check for mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Dec 12, 2022
1 parent 49957d5 commit f0b78fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.11",
"@types/klaw": "^3.0.3",
"@types/minimist": "^1.2.2",
"@types/node": "^16.0.0",
"@types/prompts": "^2.0.13",
"@types/rimraf": "^3.0.0",
Expand Down
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/release.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env zx
// @ts-nocheck

/**
* modified from https://github.com/vitejs/vite/blob/main/scripts/release.js
Expand Down

0 comments on commit f0b78fa

Please sign in to comment.