Skip to content

Commit

Permalink
build: adds missing npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 authored Aug 18, 2023
1 parent e9e107d commit 7fd378d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"repository": "timbru31/cordova-plugin-android-dark-mode-support",
"bugs": "https://github.com/timbru31/cordova-plugin-android-dark-mode-support/issues",
"scripts": {
"lint": "npm run lint:android && npm run lint:typescript",
"lint:android": "ktlint src/android",
"lint:typescript": "eslint 'www/**/*.ts'",
"build": "rm -rf dist && tsc",
"prerelease": "npm run build",
"release": "standard-version -s -a"
},
"devDependencies": {
Expand Down

0 comments on commit 7fd378d

Please sign in to comment.