Skip to content

Commit

Permalink
pipeline - travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriodegoiania committed Feb 23, 2020
1 parent 1ddfa19 commit 667f619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webfaas/webfaas-core",
"version": "0.1.0-ALPHA9",
"version": "0.1.0-ALPHA10",
"description": "WEBFaaS Framework - Core",
"main": "lib/Core.js",
"readmeFilename": "README.md",
Expand All @@ -18,7 +18,7 @@
"build": "npm run build:clean && node_modules/.bin/tsc && npm run build:static",
"build:clean": "rm -rf dist",
"build:static": "cp package.json dist && cp README.md dist && cp .npmignore dist && cp src/test/data -R dist/test && mkdir -p dist/test/mocks/wasm && cp src/test/mocks/wasm/*.wasm dist/test/mocks/wasm",
"setnpmtoken": "echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc",
"setnpmtoken": "rm ~/.npmrc && echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc",
"publish_npm": "cd dist && npm publish --access public",
"pack": "npm pack dist",
"buildAndTest": "npm run build && npm run test:coverage",
Expand Down

0 comments on commit 667f619

Please sign in to comment.