File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 62
62
ASHERAH_KMS_MODE : static
63
63
run : scripts/integration-test.sh
64
64
- name : Publish (dry-run)
65
- run : npm publish --dry-run
65
+ run : npm publish --dry-run --tag development
66
66
test-multi-arch :
67
67
runs-on : ubuntu-latest
68
68
strategy :
Original file line number Diff line number Diff line change 2
2
"name" : " asherah" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Asherah envelope encryption and key rotation library" ,
5
+ "main" : " ./dist/asherah.js" ,
5
6
"exports" : {
7
+ "." : " ./dist/asherah.js" ,
6
8
"node-addons" : " ./dist/asherah.node"
7
9
},
8
10
"repository" : {
Original file line number Diff line number Diff line change 14
14
fi
15
15
16
16
cp src/asherah.d.ts dist/asherah.d.ts
17
+
18
+ # Create wrapper JS file
19
+ echo " module.exports = require('./asherah.node');" > dist/asherah.js
You can’t perform that action at this time.
0 commit comments