Skip to content

Commit b2fb0e3

Browse files
achingbrainrvagg
authored andcommitted
chore: copy examples separately
1 parent 52e5b1a commit b2fb0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "npm run build:js && npm run build:types",
1313
"build:js": "ipjs build --tests --main && npm run build:copy",
14-
"build:copy": "mkdir -p dist/examples/ && cp -a tsconfig.json *.js *.ts lib test examples dist/",
14+
"build:copy": "mkdir -p dist/examples/ && cp -a tsconfig.json *.js *.ts lib test dist/ && cp examples/*.* dist/examples/",
1515
"build:types": "tsc --build && mv types dist",
1616
"prepublishOnly": "npm run build",
1717
"publish": "ipjs publish",

0 commit comments

Comments
 (0)