We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e5b1a commit b2fb0e3Copy full SHA for b2fb0e3
package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"build": "npm run build:js && npm run build:types",
13
"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/",
+ "build:copy": "mkdir -p dist/examples/ && cp -a tsconfig.json *.js *.ts lib test dist/ && cp examples/*.* dist/examples/",
15
"build:types": "tsc --build && mv types dist",
16
"prepublishOnly": "npm run build",
17
"publish": "ipjs publish",
0 commit comments