Skip to content

Commit

Permalink
fix: add type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongxu committed Aug 9, 2021
1 parent 57a84e5 commit 91f6bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"scripts": {
"clean": "rimraf lib",
"dev": "node watch.js",
"build:check-type": "tsc --noEmit",
"build:type": "tsc --emitDeclarationOnly",
"build:pack": "node build.js",
"build": "run-s build:check-type build:pack",
"build": "run-s build:type build:pack",
"prepare": "npm-run-all clean build",
"lint": "eslint src --ext js,ts",
"unittest": "jest --runInBand --detectOpenHandles --forceExit",
Expand Down

0 comments on commit 91f6bc1

Please sign in to comment.