From c7f779a58cca08ec9607cbc6eb49351109664b7a Mon Sep 17 00:00:00 2001 From: Mike Erickson Date: Wed, 4 Sep 2019 11:51:42 -0700 Subject: [PATCH] update scripts, build process --- package.json | 1 + scripts/build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index 0e0f5db8..16e3606d 100755 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ }, "scripts": { "pre-commit": "npm run lint:spec && npm run lint && npm run test", + "build:all": "./scripts/build.sh", "build": "rimraf dist && grunt dist", "lint": "eslint \"./src/**/*.js\"", "lint:spec": "eslint \"./spec/**/*.js\" --rule 'no-redeclare: off'", diff --git a/scripts/build.sh b/scripts/build.sh index a9ba07ef..8367168d 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -8,6 +8,7 @@ npm run lint npm run lint:spec printf "\n" +./scripts/todo.js success "Creating TODOs...\n" printf "\n"