Skip to content

Commit

Permalink
build(scripts): Don’t include subdirectory READMEs in build
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Dec 2, 2018
1 parent 5445945 commit 4efa811
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 @@ -10,7 +10,7 @@
"css:build": "node-sass --include-path scss --output-style compressed scss/style.scss style.css",
"css:watch": "watch 'npm run css:build' scss",
"postcss:build": "postcss style.css -o style.css",
"copy": "cpy '**/*' '!scss/*' '!hgnm-2014/*' '!.gitignore' '!.sass-lint.yml' '!.travis.yml' '!install-dependencies.sh' '!node_modules/**/*' '!hgnm-2014.zip' '!ARCHITECTURE.md' 'hgnm-2014/' --parents --nodir",
"copy": "cpy '**/*' '!scss/*' '!hgnm-2014/*' '!.gitignore' '!.sass-lint.yml' '!.travis.yml' '!install-dependencies.sh' '!node_modules/**/*' '!hgnm-2014.zip' '!ARCHITECTURE.md' '!*/README.md' 'hgnm-2014/' --parents --nodir",
"zip": "bestzip hgnm-2014.zip hgnm-2014/",
"clean": "rimraf hgnm-2014",
"postinstall": "./install-dependencies.sh"
Expand Down

0 comments on commit 4efa811

Please sign in to comment.