Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wx-school-app
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
wx-school-app
Commits
361962b5
Commit
361962b5
authored
Jun 10, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改打包方式
parent
8933abdf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
package.json
package.json
+7
-7
No files found.
package.json
View file @
361962b5
...
...
@@ -4,13 +4,13 @@
"private"
:
true
,
"description"
:
""
,
"scripts"
:
{
"build:weapp"
:
"
cross-env NODE_ENV=product npx @tarojs/cli
build --type weapp"
,
"build:swan"
:
"
npx @tarojs/cli
build --type swan"
,
"build:alipay"
:
"
npx @tarojs/cli
build --type alipay"
,
"build:tt"
:
"
npx @tarojs/cli
build --type tt"
,
"build:h5"
:
"
npx @tarojs/cli
build --type h5"
,
"build:rn"
:
"
npx @tarojs/cli
build --type rn"
,
"dev:weapp"
:
"np
x @tarojs/cli build --type
weapp -- --watch"
,
"build:weapp"
:
"
taro
build --type weapp"
,
"build:swan"
:
"
taro
build --type swan"
,
"build:alipay"
:
"
taro
build --type alipay"
,
"build:tt"
:
"
taro
build --type tt"
,
"build:h5"
:
"
taro
build --type h5"
,
"build:rn"
:
"
taro
build --type rn"
,
"dev:weapp"
:
"np
m run build:
weapp -- --watch"
,
"dev:swan"
:
"npm run build:swan -- --watch"
,
"dev:alipay"
:
"npm run build:alipay -- --watch"
,
"dev:tt"
:
"npm run build:tt -- --watch"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment