Skip to content

Instantly share code, notes, and snippets.

@stujo
Created October 19, 2016 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stujo/284081d0e61a3dbfb4c32138f8c8079e to your computer and use it in GitHub Desktop.
Save stujo/284081d0e61a3dbfb4c32138f8c8079e to your computer and use it in GitHub Desktop.
"scripts": {
"lint:js": "eslint src tools",
"lint:css": "stylelint \"src/**/*.{css,less,scss,sss}\"",
"lint": "npm run lint:js && npm run lint:css",
"test": "mocha \"src/**/*.test.js\" --require test/setup.js --compilers js:babel-register",
"test:watch": "npm run test -- --reporter min --watch",
"clean": "babel-node tools/run clean",
"copy": "babel-node tools/run copy",
"bundle": "babel-node tools/run bundle",
"build": "babel-node tools/run build",
"deploy": "babel-node tools/run deploy",
"render": "babel-node tools/run render",
"start": "babel-node tools/run start"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment