Skip to content

Commit

Permalink
fix(dist): add apiExample js to dist folder #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Feb 2, 2024
1 parent 70fd863 commit 1c2dc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ coverage/
docs/
scripts/
test/
apiExamples/
apiExamples/*.html
docTemplates/
demo/**/*.css
demo/**/*.scss
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"bundler:test": "rollup -c -w",
"scssLint": "stylelint \"./src/**/*.scss\"",
"dev": "concurrently --kill-others \"npm run build:watch\" \"npm run serve\"",
"dist:js": "copyfiles -u 1 -V './src/**/*.js' ./dist",
"dist:js": "copyfiles -u 1 -V './src/**/*.js' './apiExamples/**/*.js' ./dist",
"esLint": "./node_modules/.bin/eslint src/**/*.js",
"linters": "npm-run-all scssLint esLint",
"preCommit": "node scripts/pre-commit.mjs",
Expand Down

0 comments on commit 1c2dc01

Please sign in to comment.