chore: scripts

This commit is contained in:
iCrawl 2020-05-23 05:36:55 +02:00
parent b2d3b0c410
commit 895dfe0164
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -18,7 +18,7 @@
"license": "MIT",
"main": "./dist/extension",
"scripts": {
"prebuild": "pnpm run lint",
"prebuild": "npm run lint",
"build": "webpack --mode production",
"tsc": "tsc",
"lint": "eslint src --ext .ts",