Skip to content

Commit 00a1c46

Browse files
YoranBrondsemamixonic
authored andcommitted
Remove node_modules/ path from scripts in package.json (#687)
1 parent 9d842fb commit 00a1c46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"description": "A toolkit for building WYSIWYG editors with Mobiledoc",
55
"repository": "https://github.com/bustle/mobiledoc-kit",
66
"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",
1212
"build:website": "npm run build && npm run build:docs && ./bin/build-website.sh",
1313
"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",
1515
"version": "npm run update-changelog && git add CHANGELOG.md",
1616
"prepublish": "npm run build"
1717
},

0 commit comments

Comments
 (0)