block-template-html
Advanced tools
Comparing version 0.1.3 to 0.1.4
# block-template-html | ||
## 0.1.4 | ||
### Patch Changes | ||
- [#606](https://github.com/blockprotocol/blockprotocol/pull/606) [`1b6bae6`](https://github.com/blockprotocol/blockprotocol/commit/1b6bae6ccdcb94885dcd9a73705f184d74debd17) Thanks [@luisbettencourt](https://github.com/luisbettencourt)! - Fixed package scripts to run correctly on CMD | ||
## 0.1.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "block-template-html", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Block Protocol block template for an html-based block", | ||
@@ -21,6 +21,6 @@ "keywords": [ | ||
"scripts": { | ||
"build": "rimraf dist; cp -R src dist; cp block-metadata.json dist; cp block-schema.json dist; cp -R public dist;", | ||
"dev": "echo \"Serving at http://localhost:63212\"; http-server -p 63212 ./dev", | ||
"build": "rimraf dist && cp -R src dist && cp block-metadata.json dist && cp block-schema.json dist && cp -R public dist", | ||
"dev": "echo \"Serving at http://localhost:63212\" && http-server -p 63212 ./dev", | ||
"format": "prettier \"**/*\" --write --ignore-unknown", | ||
"prepare": "rimraf ./dev/src; lnk -f ./src ./dev", | ||
"prepare": "rimraf ./dev/src && lnk -f ./src ./dev", | ||
"serve": "block-scripts serve" | ||
@@ -27,0 +27,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20861