Skip to content

Commit

Permalink
use ncc to build and package
Browse files Browse the repository at this point in the history
  • Loading branch information
Boye Borg committed Feb 28, 2020
1 parent a6cb4d8 commit 79c06ca
Show file tree
Hide file tree
Showing 5 changed files with 103,943 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ typings/
# nuxt.js build output
.nuxt

# rollup.js default build output
dist/

# Uncomment the public line if your project uses Gatsby
# https://nextjs.org/blog/next-9-1#public-directory-support
# https://create-react-app.dev/docs/using-the-public-folder/#docsNav
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ outputs:
description: "The number of docuemnts deleted and imported"
runs:
using: "node12"
main: "index.js"
main: "dist/index.js"
Loading

0 comments on commit 79c06ca

Please sign in to comment.