Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Update Package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Jun 2, 2021
1 parent c96bc1d commit ae16396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"lint": "eslint src/**/*.ts --fix",
"lint": "eslint src/**/*.ts",
"pack": "ncc build lib/main.js",
"test": "jest",
"all": "npm run build && npm run lint && npm run pack"
Expand Down

0 comments on commit ae16396

Please sign in to comment.