Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Apr 9, 2021
1 parent cde554a commit c64c05b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ typings/
.next

# meteor package versions
.versions
.versions
.idea/
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-undef */
Package.describe({
name: 'kschingiz:meteor-elastic-apm',
version: '2.4.1',
version: '2.4.2',
// Brief, one-line summary of the package.
summary: 'Performance monitoring for Meteor based on Elastic APM',
// URL to the Git repository containing the source code for this package.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "meteor-elastic-apm",
"version": "2.4.1",
"version": "2.4.2",
"description": "Performance Monitoring for Meteor based on Elastic APM",
"main": "meteor-elastic-apm.js",
"scripts": {
"lint": "eslint ./",
"test": "jest --coverage",
"report-coverage": "codecov"
"report-coverage": "codecov",
"publish": "meteor npm i && npm prune --production && meteor publish && meteor npm i"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c64c05b

Please sign in to comment.