feat: add sleep report page
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"description": "Taro + React + TypeScript 微信小程序入门项目",
|
||||
"scripts": {
|
||||
"dev:weapp": "taro build --type weapp --watch",
|
||||
"build:weapp": "taro build --type weapp"
|
||||
"build:weapp": "taro build --type weapp",
|
||||
"test:report": "tsc -p tsconfig.report-tests.json && node scripts/tests/report-utils.test.cjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tarojs/components": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user