Skip to content

Commit 5559ec2

Browse files
committed
feat: add support for scripts package
1 parent d585fe7 commit 5559ec2

File tree

6 files changed

+215
-7
lines changed

6 files changed

+215
-7
lines changed

Diff for: packages/ui/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
"sideEffects": false,
88
"scripts": {
99
"lint": "eslint --fix --ext .ts,.tsx ./src",
10-
"test": "jest"
10+
"test": "jest",
11+
"upload": "template-sripts upload"
1112
},
1213
"dependencies": {
1314
"react": "17.0.2",
1415
"react-dom": "17.0.2"
1516
},
1617
"devDependencies": {
18+
"@template/scripts": "1.0.0",
1719
"@swc/core": "1.2.112",
1820
"@swc/jest": "0.2.9",
1921
"@testing-library/jest-dom": "5.15.1",

Diff for: pnpm-lock.yaml

+193-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)