Skip to content

Commit

Permalink
Merge pull request #190 from hckrnews/feature/only-modules
Browse files Browse the repository at this point in the history
Only export as module
  • Loading branch information
w3nl committed May 14, 2021
2 parents 833d368 + 731a88a commit c0bd7a5
Show file tree
Hide file tree
Showing 4 changed files with 10,222 additions and 17,232 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
npm run lint
npm run cpd
npm test
npm run build
env:
CI: true
3 changes: 1 addition & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm ci --production
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit c0bd7a5

Please sign in to comment.