Skip to content

Commit

Permalink
chore: update packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodNeck committed Feb 27, 2023
1 parent 3573da5 commit 64d704d
Show file tree
Hide file tree
Showing 30 changed files with 50,561 additions and 53,208 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
cache-dependency-path: "**/package-lock.json"
- name: install
run: npm ci
- name: install-test
working-directory: ./packages/view360/test/unit
run: npm ci
- name: run unit test
working-directory: ./packages/view360/test/unit
run: npm run test
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,6 @@ GitHub.sublime-settings
!.vscode/extensions.json

### Custom ###
demo/release/
dist/
outjs/
declaration/
css/
packages/*-view360/**/sass/
TODO.md
*.pem
Expand Down
138 changes: 0 additions & 138 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"packages": [
"packages/view360",
"packages/ngx-view360",
"packages/ngx-view360/projects/ngx-view360",
"packages/react-view360",
"packages/svelte-view360",
Expand Down
Loading

0 comments on commit 64d704d

Please sign in to comment.