Skip to content

Commit 63c8b98

Browse files
committed
chore: use plugin wrapper in nx
1 parent 3f380b5 commit 63c8b98

File tree

7 files changed

+2785
-324
lines changed

7 files changed

+2785
-324
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# plugin-wrapper
2+
3+
This empty plugin exists to ensure the demo sites can use `"@netlify/plugin-local-install-core"` to run `npm install`,
4+
which in turn builds the runtime package. This is needed because `npm install` isn't run in the site if the dependencies
5+
are unchanged.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require("../../../../packages/runtime/lib/index.js")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: 'plugin-wrapper'

0 commit comments

Comments
 (0)