Backing up
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const ARMCO_SERVER = "https://telemetry.armco.tech/events/"
|
||||
export const ARMCO_SERVER = "https://telemetry.armco.dev/events/"
|
||||
export const ADD = "add"
|
||||
export const TAG = "tag"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@armco/analytics",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.10",
|
||||
"description": "Browser Based Analytics interceptor for configured events",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
@@ -27,7 +27,7 @@
|
||||
"insights",
|
||||
"automated"
|
||||
],
|
||||
"author": "mohit.nagar@armco.tech",
|
||||
"author": "mohit.nagar@armco.dev",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ReStruct-Corporate-Advantage/analytics/issues"
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
set -e
|
||||
semver=${1:-patch}
|
||||
|
||||
npm run build
|
||||
cd dist
|
||||
npm --no-git-tag-version version ${semver}
|
||||
npm publish --access public
|
||||
npm run build
|
||||
cp package.json dist/
|
||||
cd dist
|
||||
npm publish --access public --loglevel verbose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user