Skip to content

Builder/build.js dependencies should be in package.json and not committed to repo #370

@kjantzer

Description

@kjantzer

The build directory should be removed, build.js should be at the root (or in a scripts directory) and builder/node_modules should be removed and added to "devDependencies": {} in package.json

Then, a scripts key could be added to package.json.

"scripts": {
        "build": "node build.js"
},

This would make the build command: npm run build

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions