Skip to content

Commit

Permalink
npm // script comments totally trashed on programatic re-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAst committed Feb 8, 2017
1 parent 7e2133d commit a45b383
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,20 @@
"description": "Several redux reducer composition utilities.",
"main": "src/index.js",
"scripts": {
"//": "??? start documentation",
"start:COMMENT": "start: convenience script to initiate development process",
"start": "npm run dev",
"//": "??? dev documentation",
"dev:COMMENT": "dev: launch development processes in parallel (continous build/test)",
"dev": "npm-run-all --parallel build:watch test:watch",
"//": "??? build documentation",
"build:COMMENT": "build: bundle JS modules in 'dist' dir (for development or publication)",
"build": "webpack --progress --colors",
"build:watch": "npm run build -- --watch",
"build:clean": "rimraf dist",
"//": "??? test documentation",
"test:COMMENT": "test: run unit tests",
"test": "mocha --compilers js:babel-core/register --colors \"src/**/*.spec.js\"",
"test:watch": "npm run test -- --watch",
"//": "??? docs documentation",
"docs:COMMENT": "docs: documentation builder",
"docs": "./node_modules/.bin/jsdoc --configure ./src/docs/jsdoc.conf.json --verbose",
"docs:clean": "rimraf docs",
"//": "??? clean documentation",
"clean:COMMENT": "clean: orchestrate ALL clean processes",
"clean": "npm run build:clean && npm run docs:clean"
},
Expand Down

0 comments on commit a45b383

Please sign in to comment.