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 cbaef85 commit 54fac40Copy full SHA for 54fac40
package.json
@@ -13,7 +13,7 @@
13
"url": "https://github.com/kevinmichaelchen/cel-typescript/issues"
14
},
15
"homepage": "https://github.com/kevinmichaelchen/cel-typescript#readme",
16
- "files": ["dist/**/*", "artifacts/*.node"],
+ "files": ["dist/artifacts/**", "dist/src/**"],
17
"keywords": [
18
"cel",
19
"common-expression-language",
scripts/build.sh
@@ -12,4 +12,5 @@ fi
12
cp *.node artifacts
-# TODO cp artifacts to dist
+mkdir -p dist/artifacts
+cp -r artifacts/ dist/artifacts
0 commit comments