Skip to content

Commit b8965f7

Browse files
authored
Merge pull request #985 from MarcelBolten/remove-install-script
Remove install script
2 parents 9ca7626 + b0897af commit b8965f7

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sudo: false
66
script:
77
- components/bin/version
88
- npm install
9+
- npm run -s link:full
910
- npm run -s build-all
1011
branches:
1112
only:

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
"postmake-mml3-xslt": "npx rimraf /tmp/mml3.xsl",
115115
"=============================================================================== install": "",
116116
"link:full": "node components/bin/link-full",
117-
"install": "npm run -s link:full",
118117
"use-cjs": "echo '{\n \"extends\": \"./tsconfig/cjs.json\"\n}' > tsconfig.json",
119118
"use-mjs": "echo '{\n \"extends\": \"./tsconfig/mjs.json\"\n}' > tsconfig.json"
120119
},

0 commit comments

Comments
 (0)