Skip to content

Commit a4a3985

Browse files
committed
changed to build to docs
1 parent c09d77f commit a4a3985

4 files changed

Lines changed: 3 additions & 2 deletions

File tree

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
root: true
22
extends: 'semistandard'
3-
ignorePatterns: ['dist/*']
3+
ignorePatterns: ['docs/*']
File renamed without changes.

docs/hds-lib.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
entry: './src/index.js',
55
mode: 'production',
66
output: {
7-
path: path.resolve(__dirname, 'dist'),
7+
path: path.resolve(__dirname, 'docs'),
88
filename: 'hds-lib.js'
99
}
1010
};

0 commit comments

Comments
 (0)