Skip to content

Commit

Permalink
chore(build): set rollup exports with named
Browse files Browse the repository at this point in the history
  • Loading branch information
伍程凯 committed Jul 11, 2018
1 parent 27831f7 commit 39b802d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"docs:lint": "documentation lint dist/src/**",
"docs:deploy": "npm run docs && cp -r .circleci docs && gh-pages -d docs -t",
"docs": "rm -rf docs/ dist/ && npm run dev && documentation build dist/src/** -f html -o docs",
"build": "rm -rf dist/ libs/ && tsc && bili --format cjs --filename '[name].js'",
"dev": "rm -rf dist/ && tsc",
"build": "npm run dev && bili --format cjs --filename '[name].js' --exports 'named'",
"dev": "rm -rf dist/ libs/ && tsc",
"test:unit": "jest",
"postversion": "npm run build && npm run docs:deploy",
"postbuild": "cp dist/*.d.ts libs"
Expand Down

0 comments on commit 39b802d

Please sign in to comment.