chore(yarn): add plugins
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -9,5 +9,12 @@ dist
|
||||
stats.html
|
||||
.eslintcache
|
||||
.idea
|
||||
.yarn
|
||||
.log
|
||||
.log
|
||||
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/releases
|
||||
!.yarn/plugins
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
.pnp.*
|
||||
28
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
vendored
Normal file
28
.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -2,4 +2,4 @@ nodeLinker: node-modules
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||
spec: '@yarnpkg/plugin-workspace-tools'
|
||||
spec: "@yarnpkg/plugin-workspace-tools"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"postinstall": "preconstruct dev && yarn run packages",
|
||||
"postinstall": "preconstruct dev",
|
||||
"dev": "preconstruct watch",
|
||||
"dev:example": "cd examples/nextjs && yarn dev",
|
||||
"build": "preconstruct build && yarn run packages",
|
||||
|
||||
Reference in New Issue
Block a user