|
4 | 4 | "description": "A toolkit for building WYSIWYG editors with Mobiledoc", |
5 | 5 | "repository": "https://github.com/bustle/mobiledoc-kit", |
6 | 6 | "scripts": { |
7 | | - "start": "./node_modules/.bin/broccoli serve --host 0.0.0.0", |
8 | | - "test:ci": "npm run build:docs && npm run build && ./node_modules/.bin/testem ci -f testem-ci.js", |
9 | | - "test": "npm run build:docs && npm run build && ./node_modules/.bin/testem ci -f testem.js", |
10 | | - "build": "rm -rf dist && ./node_modules/.bin/broccoli build dist", |
11 | | - "build:docs": "./node_modules/.bin/jsdoc -c ./.jsdoc", |
| 7 | + "start": "broccoli serve --host 0.0.0.0", |
| 8 | + "test:ci": "npm run build:docs && npm run build && testem ci -f testem-ci.js", |
| 9 | + "test": "npm run build:docs && npm run build && testem ci -f testem.js", |
| 10 | + "build": "rm -rf dist && broccoli build dist", |
| 11 | + "build:docs": "jsdoc -c ./.jsdoc", |
12 | 12 | "build:website": "npm run build && npm run build:docs && ./bin/build-website.sh", |
13 | 13 | "deploy:website": "./bin/deploy-website.sh", |
14 | | - "update-changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -r 0 -s", |
| 14 | + "update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s", |
15 | 15 | "version": "npm run update-changelog && git add CHANGELOG.md", |
16 | 16 | "prepublish": "npm run build" |
17 | 17 | }, |
|
0 commit comments