Skip to content

Commit

Permalink
fix(core): package 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
chennlang committed Oct 28, 2024
1 parent 0a5214c commit af108aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"license": "MIT",
"scripts": {
"dev": "rollup --config rollup.config.ts --watch",
"build": "rollup --config rollup.config.ts --watch",
"build": "rollup --config rollup.config.ts",
"build:watch": "rollup --config rollup.config.ts --watch",
"lint": "eslint ./src/index.ts",
"c-l": "npm login --registry=https://registry.npmjs.org/",
"c-p": "npm publish --registry=https://registry.npmjs.org/"
Expand All @@ -29,6 +30,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@semantic-release/npm": "^12.0.0",
"@types/node": "14.x",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
Expand All @@ -39,6 +41,7 @@
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.31.2",
"semantic-release": "^23.0.8",
"tslint": "^6.1.3",
"typescript": "^4.7.2",
"typescript-eslint-parser": "^22.0.0"
Expand Down

0 comments on commit af108aa

Please sign in to comment.