Skip to content

Commit 2bf4b6c

Browse files
committed
add push
1 parent ad0dc86 commit 2bf4b6c

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"build:form-engine": "pnpm -F @coding-form/form-engine build",
88
"build": "pnpm run build:form-engine",
99
"watch:form-engine": "pnpm -F @coding-form/form-engine dev",
10+
"push:form-engine": "pnpm -F @coding-form/form-engine push",
11+
"push": "pnpm run push:form-engine",
1012
"dev:app-pc": "pnpm -F @form-example/app-pc dev",
1113
"dev:app-mobile": "pnpm -F @form-example/app-mobile dev",
1214
"clean": "pnpm cleaninstall-node"

packages/form-engine/package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@coding-form/form-engine",
33
"version": "0.0.1",
4+
"description": "form-engine components",
5+
"keywords": [
6+
"coding-flow",
7+
"flow-engine"
8+
],
9+
"homepage": "https://github.com/codingapi/form-engine",
10+
"bugs": {
11+
"url": "https://github.com/codingapi/form-engine/issues"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/codingapi/form-engine.git"
16+
},
17+
"license": "Apache-2.0",
18+
"author": "1024lorne@gmail.com",
419
"type": "module",
520
"exports": {
621
".": {
@@ -14,7 +29,8 @@
1429
],
1530
"scripts": {
1631
"build": "rslib build",
17-
"dev": "rslib build --watch"
32+
"dev": "rslib build --watch",
33+
"push": "pnpm run build && pnpm publish --access public"
1834
},
1935
"dependencies": {
2036
"@reduxjs/toolkit": "^2.11.2",

0 commit comments

Comments
 (0)