Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 2b7a4dd

Browse files
committed
do not build dll on build:dist
1 parent 0d58036 commit 2b7a4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"build": "gulp build",
1515
"build:docs": "gulp --series dll build:docs",
16-
"build:dist": "gulp --series dll build:dist",
16+
"build:dist": "gulp --series build:dist",
1717
"ci": "yarn lint && yarn prettier && yarn test --strict",
1818
"predeploy:docs": "cross-env NODE_ENV=production yarn build:docs",
1919
"deploy:docs": "gulp deploy:docs",

0 commit comments

Comments
 (0)