Compare commits
1 commit
8c1b940f1a
...
39a4bb34dd
Author | SHA1 | Date | |
---|---|---|---|
39a4bb34dd |
2 changed files with 11 additions and 28 deletions
|
@ -1,16 +0,0 @@
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'renovate/*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test-dependencies:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: pnpm/action-setup@v4
|
|
||||||
with:
|
|
||||||
run_install: |
|
|
||||||
- recursive: true
|
|
||||||
args: [--frozen-lockfile, --strict-peer-dependencies]
|
|
||||||
- run: pnpm build
|
|
23
package.json
23
package.json
|
@ -1,16 +1,5 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
|
||||||
"name": "pleshevskiy",
|
|
||||||
"description": "Dmitriy Pleshevskiy",
|
"description": "Dmitriy Pleshevskiy",
|
||||||
"version": "0.0.1",
|
|
||||||
"type": "module",
|
|
||||||
"private": true,
|
|
||||||
"scripts": {
|
|
||||||
"docs:build": "vuepress build docs",
|
|
||||||
"docs:clean-dev": "vuepress dev docs --clean-cache",
|
|
||||||
"docs:dev": "vuepress dev docs",
|
|
||||||
"docs:update-package": "pnpm dlx vp-update"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rushstack/eslint-patch": "^1.1.4",
|
"@rushstack/eslint-patch": "^1.1.4",
|
||||||
"@types/node": "^22.1.0",
|
"@types/node": "^22.1.0",
|
||||||
|
@ -31,5 +20,15 @@
|
||||||
"vue": "^3.4.0",
|
"vue": "^3.4.0",
|
||||||
"vue-tsc": "^2.0.0",
|
"vue-tsc": "^2.0.0",
|
||||||
"vuepress": "^2.0.0-rc.7"
|
"vuepress": "^2.0.0-rc.7"
|
||||||
}
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"name": "pleshevskiy",
|
||||||
|
"scripts": {
|
||||||
|
"docs:build": "vuepress build docs",
|
||||||
|
"docs:clean-dev": "vuepress dev docs --clean-cache",
|
||||||
|
"docs:dev": "vuepress dev docs",
|
||||||
|
"docs:update-package": "pnpm dlx vp-update"
|
||||||
|
},
|
||||||
|
"type": "module",
|
||||||
|
"version": "0.0.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue