Skip to content

Commit

Permalink
prepublish 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
abudaan committed Dec 19, 2020
1 parent 58223bc commit 85dd973
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
examples
examples
heartbeat
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"clean": "rm -rf ./publish",
"clean2": "rm -rf ./publish/**/*",
"index": "node node_modules/@amjs/create-index ./src",
"prepublishOnly": "npm run tsc",
"prepublishOnly": "npm run compile",
"build-heartbeat": "cd ./heartbeat && pwd && ./build.sh",
"copy-declaration": "cp ./src/heartbeat/index.d.ts ./publish/src/heartbeat/index.d.ts",
"compile": "npm run build-heartbeat && npm run tsc && npm run copy-declaration"
Expand Down
2 changes: 1 addition & 1 deletion publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"clean": "rm -rf ./publish",
"clean2": "rm -rf ./publish/**/*",
"index": "node node_modules/@amjs/create-index ./src",
"prepublishOnly": "npm run tsc",
"prepublishOnly": "npm run compile",
"build-heartbeat": "cd ./heartbeat && pwd && ./build.sh",
"copy-declaration": "cp ./src/heartbeat/index.d.ts ./publish/src/heartbeat/index.d.ts",
"compile": "npm run build-heartbeat && npm run tsc && npm run copy-declaration"
Expand Down

0 comments on commit 85dd973

Please sign in to comment.