Skip to content

Commit

Permalink
chore: add build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Jan 5, 2021
1 parent 734ea99 commit ad1b812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"docs-dev:build": "UMI_ENV=dev dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"build": "father-build && lessc assets/index.less assets/index.css",
"build:dist": "father-build && lessc assets/index.less dist/index.css",
"deploy": "npm run docs:build && npm run docs:deploy",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"prepublishOnly": "npm run build && np --yolo --no-publish",
Expand Down

0 comments on commit ad1b812

Please sign in to comment.