Skip to content

Commit

Permalink
Merge pull request #24 from torusresearch/develop
Browse files Browse the repository at this point in the history
Develop -> Master [skip ci]
  • Loading branch information
tetratorus authored Aug 15, 2019
2 parents 0fd73f1 + df44edc commit 672d4ce
Show file tree
Hide file tree
Showing 10 changed files with 567 additions and 111 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run:
name: "Build code for torus embed"
command: |
npm run build
npm run build:staging
- persist_to_workspace:
root: ~/torus-embed
paths: .
Expand All @@ -67,7 +67,7 @@ jobs:
- run:
name: "Build code for torus embed"
command: |
npm run build
npm run build:dev
- <<: *step_save_cache
deploy:
<<: *deploy_function
Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_modules
src/

embed.min.js
embed.user.js
# local env files
.env.local
.env.*.local
Expand All @@ -27,7 +28,6 @@ disc.html

.vscode
.editorconfig
public
scripts
test
.eslintrc.json
Expand Down
Loading

0 comments on commit 672d4ce

Please sign in to comment.