Skip to content

Commit 62ecd04

Browse files
committed
minor housekeeping
1 parent e2642c4 commit 62ecd04

File tree

4 files changed

+9
-29
lines changed

4 files changed

+9
-29
lines changed

dist/main.js

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"prepublishOnly": "yarn run build",
2121
"build": "webpack --mode production",
2222
"dev": "./node_modules/.bin/webpack-dev-server --mode development --config demo/webpack.config.js",
23-
"check-types": "tsc"
23+
"check-types": "tsc",
24+
"preversion": "npm run check-types"
25+
2426
},
2527
"author": "",
2628
"license": "ISC",

unused.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)