Git Product home page Git Product logo

Comments (3)

nickytonline avatar nickytonline commented on May 4, 2024

@coryhouse I don't see this happening when I build. Here's my output and then the build completes and returns me to the prompt. Maybe I'm missing something.

unicorn:react-slingshot nickytonline$ npm run build

> [email protected] prebuild /Users/nickytonline/GitHub/react-slingshot
> npm run clean-dist && npm run build:html && npm run build:sass


> [email protected] clean-dist /Users/nickytonline/GitHub/react-slingshot
> npm run remove-dist && npm run create-dist


> [email protected] remove-dist /Users/nickytonline/GitHub/react-slingshot
> rimraf ./dist


> [email protected] create-dist /Users/nickytonline/GitHub/react-slingshot
> mkdir dist && cd dist && mkdir js && mkdir styles


> [email protected] build:html /Users/nickytonline/GitHub/react-slingshot
> node tools/buildHtml.js

To track JavaScript errors, sign up for a free trial at TrackJS.com and enter your token in /tools/build.html on line 10.
index.html written to /dist

> [email protected] build:sass /Users/nickytonline/GitHub/react-slingshot
> node-sass --quiet --output dist/styles src/styles/styles.scss --source-map true --output-style compressed


> [email protected] build /Users/nickytonline/GitHub/react-slingshot
> npm run build:verbose -- -s


> [email protected] build:verbose /Users/nickytonline/GitHub/react-slingshot
> node tools/build.js "-s"

Your app has been compiled in production mode and written to /dist. It's ready to roll!
unicorn:react-slingshot nickytonline$

from react-slingshot.

coryhouse avatar coryhouse commented on May 4, 2024

Correct, it doesn't since test are currently run by the build step. This was actually just a reminder to me that I'd like to start running tests upon build, but to do so, I want to disable watch for that scenario.

from react-slingshot.

coryhouse avatar coryhouse commented on May 4, 2024

I've updated the title accordingly.

from react-slingshot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.