Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
WIP: Update .gitignore and package.json for .rewrite-tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvorak committed Feb 19, 2019
1 parent 9406e0c commit 07bc5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ out
*.log
.idea
*.sw*
.closure-tmp
.rewrite-tmp
.site-generator-tmp
.typescript-tmp
.vscode
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build:demos": "npm run clean && mkdirp build && webpack --config=demos/webpack.config.js --progress --colors",
"build:min": "mkdirp build && cross-env MDC_ENV=production webpack -p --progress --colors",
"changelog": "standard-changelog -i CHANGELOG.md -k packages/material-components-web/package.json",
"clean": "del-cli build/** build .typescript-tmp/** .typescript-tmp",
"clean": "del-cli build/** build .rewrite-tmp/** .rewrite-tmp",
"clean:site": "del-cli .site-generator-tmp/** .site-generator-tmp",
"dist": "npm run build && npm run build:min",
"dev": "npm run clean && cross-env MDC_ENV=development webpack-dev-server --config=demos/webpack.config.js --progress --inline --hot --host 0.0.0.0",
Expand Down

0 comments on commit 07bc5ea

Please sign in to comment.