Skip to content

Commit

Permalink
chore: add publish script and build
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Feb 20, 2021
1 parent 1db2bc8 commit 85ec78e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/snack-themes.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/snack-themes.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/snack.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/snack.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/snack-themes.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/snack.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"copy": "cpy dist/*.css !dist/*.min.css docs/css",
"postcss": "postcss -r dist/*.css --map",
"watch": "onchange src -- run-p build:dev",
"lint": "stylelint --syntax scss \"src/**/*.scss\" --fix"
"lint": "stylelint --syntax scss \"src/**/*.scss\" --fix",
"publish": "npm run build && npm publish"
},
"devDependencies": {
"autoprefixer": "^10.2.4",
Expand Down

0 comments on commit 85ec78e

Please sign in to comment.