Skip to content

Commit

Permalink
Bg add path module (#2)
Browse files Browse the repository at this point in the history
* add path module

* add build cmd

* add new line
  • Loading branch information
Kachulio1 authored and joaopapereira committed Jan 8, 2019
1 parent d5e6b59 commit 9458402
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn test
- run: yarn build
- run:
name: Collect test coverage
command: yarn coveralls
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
/coverage
/coverage
/dist
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const path = require('path');
const HtmlWebPackPlugin = require("html-webpack-plugin");
const MiniCssExtractPlugin = require("mini-css-extract-plugin");

const htmlPlugin = new HtmlWebPackPlugin({
template: "./src/index.html",
Expand Down

0 comments on commit 9458402

Please sign in to comment.