Skip to content

Commit

Permalink
test preinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredh159 committed Apr 21, 2020
1 parent 7f16284 commit 516a7b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,11 @@
"repository": "git@github.com:jaredh159/monorepo-test.git",
"author": "Jared Henderson <jared@netrivet.com>",
"license": "MIT",
"scripts": {
"preinstall": "echo PREINSTALL >> ./packages/hello/build/index.html"
},
"workspaces": [
"packages/*"
]
],
"dependencies": {}
}
2 changes: 1 addition & 1 deletion packages/hello/build/index.html
@@ -1 +1 @@
<h1>Hello Monorepo</h1>
<h1>Hello Monorepo!</h1>
2 changes: 1 addition & 1 deletion packages/hello/netlify.toml
@@ -1,4 +1,4 @@
[build]
command = ""
command = "cat ./build/index.html"
publish = "build"
functions = "functions"

0 comments on commit 516a7b0

Please sign in to comment.