Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move package files to top level #26

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 26, 2022

  1. refactor: move package files to top level

    This PR includes:
    
    - Moving `package.json`, `package-lock.json`, `.eslintrc.json`, and `task.json` to the root of the repository
    - Renaming `buildAndReleaseTask` to `src`
    - Adding the `build` task as an npm script
    - Adding `build` to the GitHub Action
    - Outputting the compiled JavaScript to the `dist` folder, instead of alongside the TypeScript source
    
    Signed-off-by: Jamie Magee <jamie.magee@gmail.com>
    JamieMagee committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    e409db2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. update target paths

    Signed-off-by: Jamie Magee <jamie.magee@gmail.com>
    JamieMagee committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8978d4b View commit details
    Browse the repository at this point in the history