Skip to content

Commit

Permalink
Simplified scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaydek Michels-Gualtieri committed Nov 21, 2020
1 parent 6a69fa4 commit 3cab908
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 169 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
"duomo.scss"
],
"scripts": {
"watch-consumer": "watch --interval 0.1 'yarn -s sass --no-charset src/consumer.scss dist/index.css' src",
"watch-duomo": "watch --interval 0.1 'yarn -s sass --no-charset src/duomo/index.scss dist/index.css' src",
"build-duomo": "sass --no-charset src/duomo/index.scss dist/index.css",
"build-reset": "sass --no-charset src/duomo/standalone-reset.scss dist/reset.css",
"watch-consumer": "sass --watch --no-charset src/consumer.scss dist/index.css",
"watch": "sass --watch --no-charset src/duomo/index.scss dist/index.css",
"test": "jest",
"build": "rm -rf dist && yarn test && yarn tsc && yarn build-duomo && yarn build-reset",
"build": "rm -rf dist && yarn test && yarn tsc && yarn sass --no-charset src/duomo/index.scss dist/index.css && yarn sass --no-charset src/duomo/standalone-reset.scss dist/reset.css",
"publish-dist-dry-run": "yarn build && npm publish --dry-run"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 3cab908

Please sign in to comment.