Skip to content

Commit

Permalink
fix: fix npm package missing dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Aug 13, 2020
1 parent ba8c97f commit 9f8434d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"build": "yarn build:default && yarn build:ie",
"build:default": "./node_modules/.bin/rollup -c",
"build:ie": "BABEL_ENV='ie' ./node_modules/.bin/rollup -c",
"serve": "yarn clean && ./node_modules/.bin/webpack-dev-server --config ./webpack.config.js",
"serve": "./node_modules/.bin/webpack-dev-server --config ./webpack.config.js",
"prepack": "yarn build && yarn lint && yarn test",
"test": "./node_modules/.bin/jest",
"lint": "./node_modules/.bin/eslint --max-warnings=0 .",
Expand Down

0 comments on commit 9f8434d

Please sign in to comment.