Skip to content

Commit

Permalink
build: commit and sign all files
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Apr 2, 2020
1 parent e3dcd96 commit 92dba27
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 @@ -12,7 +12,7 @@
"lint": "tslint -c tslint.json 'www/**/*.ts'",
"build": "rm -rf dist && tsc",
"prerelease": "npm run build",
"release": "standard-version"
"release": "standard-version -s -a"
},
"devDependencies": {
"@types/cordova": "^0.0.34",
Expand Down

0 comments on commit 92dba27

Please sign in to comment.