chore: workflows
This commit is contained in:
@@ -8,15 +8,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preversion": "yarn workspaces foreach run build",
|
"preversion": "yarn workspaces foreach --parallel run build",
|
||||||
"version": "node scripts/package-components.mjs"
|
"version": "node scripts/package-components.mjs"
|
||||||
},
|
},
|
||||||
|
"installConfig": {
|
||||||
|
"hoistingLimits": "workspaces"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@standardnotes/autobiography-theme": "1.0.4"
|
"@standardnotes/autobiography-theme": "1.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@standardnotes/deterministic-zip": "^1.2.0",
|
"@standardnotes/deterministic-zip": "^1.2.0",
|
||||||
"@standardnotes/features": "^1.45.1",
|
"@standardnotes/features": "^1.45.1"
|
||||||
"lerna": "*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"main": "dist/dist.css",
|
"main": "dist/dist.css",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "grunt",
|
"build": "yarn run grunt",
|
||||||
"prepublishOnly": "yarn run build"
|
"prepublishOnly": "yarn run build"
|
||||||
},
|
},
|
||||||
"sn": {
|
"sn": {
|
||||||
|
|||||||
Reference in New Issue
Block a user