Skip to content

What's the point of start script if it's not used? #7

@drozzy

Description

@drozzy

Whats the point of this section of the package.ls if you specifically say to run ./scripts/server.sh??? Why not npm start? Why do we need to run ./scripts/init.sh instead of npm install?

scripts:
prepublish: './node_modules/.bin/lsc -cj package.ls'
start: './node_modules/.bin/brunch watch --server'
test: 'testacular test/testacular.config.js'

Am I missing something?

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