Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
chore: build prod
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Dec 20, 2020
1 parent f93d5a8 commit 4d8b902
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,25 @@ The project forked from [ng2-admin](https://akveo.github.io/ng2-admin/). 项目

```bash
# install dependencies
npm ci
yarn

# serve with hot reload at localhost:4200
npm run dev
yarn dev

# lint
npm run lint
yarn lint

# test
npm run test
npm run e2e
yarn test
yarn e2e

# build
npm run build
yarn build

# CD (local build)
yarn local:build:tar
# CD (remote deploy)
yarn local:deploy
```

## Actions setup
Expand Down
Binary file modified product/www.tar.gz
Binary file not shown.

0 comments on commit 4d8b902

Please sign in to comment.