Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

small-study example isn't self contained #281

@pdehaan

Description

@pdehaan

A couple of the scripts in the examples/small-study/package.json reach up into the main project directory (which makes it difficult to copy/paste the small-study as a new project; since ../../ wouldn't resolve):

"scripts": {
"bundle-utils": "../../bin/copyStudyUtils.js src/privileged",
"postinstall": "npm run rebuild",
"rebuild": "(cd ../../ && npm run build) && npm run bundle-utils",
"start": "web-ext run"
},

Not sure if it'd be easier to move the small-study template into its own repo so we can add shield-study-addon-utils as a dependency. Or, if we move the small-study template into the https://github.com/mozilla/create-shield-study/tree/master/templates/shield-study directory.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions