Skip to content

Commit

Permalink
update npm build (niklasvh#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh authored Aug 8, 2020
1 parent cd77e1c commit f7b39c0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
node-version: 12
registry-url: 'https://registry.npmjs.org'
- name: NPM Publish
run: cd npm/package && npm publish --dry-run
run: cd npm/package && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
docs:
Expand Down
18 changes: 9 additions & 9 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
.github/
.idea/
.rpt2_cache
build/
configs/
docs/
examples/
scripts/
src/
tests/
www/
tmp/
.github/
*.iml
.babelrc
.idea/
.editorconfig
.npmignore
.eslintrc
.travis.yml
azure-pipelines.yml
karma.js
.npmignore
.prettierrc
jest.config.js
karma.conf.js
rollup.config.js
webpack.config.js
.rpt2_cache
karma.js
rollup.config.ts
171 changes: 0 additions & 171 deletions azure-pipelines.yml

This file was deleted.

55 changes: 0 additions & 55 deletions ci/browser-tests.yml

This file was deleted.

0 comments on commit f7b39c0

Please sign in to comment.