Skip to content

Commit

Permalink
Fix package content
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 22, 2024
1 parent 27eb048 commit b27f60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@
/svgo.js
/typedoc.json
/webpack.config.js
/apidoc
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dist": "TARGET=dist webpack --mode=production --progress",
"dist-spinner": "svgo --config=svgo.js src/icons/spinner.svg --output=dist/spinner.svg",
"distlib": "tsc --pretty",
"distlib-scss": "copyfiles src/**.scss distlib",
"distlib-scss": "copyfiles --verbose src/**/*.scss src/*.scss distlib",
"prepare": "npm run dist && npm run dist-spinner && npm run distlib && npm run distlib-scss",
"typecheck": "tsc --project tsconfig-all.json --noEmit",
"doc": "typedoc",
Expand Down

0 comments on commit b27f60c

Please sign in to comment.