Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit c03a598

Browse files
committed
patch: force npm build
1 parent 5a831c0 commit c03a598

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ DeviceScript is a programming language for scripting [Jacdac](https://aka.ms/jac
55
It has JavaScript-like syntax and is compiled to a custom VM bytecode, which can run in very constrained
66
environments (VM itself compiles to 10kB of code, with the floating point library and Jacdac SDK adding further 30kB).
77

8-
[Read documentation](https://microsoft.github.io/devicescript/)
8+
- [Read documentation](https://microsoft.github.io/devicescript/api/cli)

compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ DeviceScript is a programming language for scripting [Jacdac](https://aka.ms/jac
55
It has JavaScript-like syntax and is compiled to a custom VM bytecode, which can run in very constrained
66
environments (VM itself compiles to 10kB of code, with the floating point library and Jacdac SDK adding further 30kB).
77

8-
[Read documentation](https://microsoft.github.io/devicescript/)
8+
- [Read documentation](https://microsoft.github.io/devicescript/)

runtime/devicescript-vm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ DeviceScript is a programming language for scripting [Jacdac](https://aka.ms/jac
55
It has JavaScript-like syntax and is compiled to a custom VM bytecode, which can run in very constrained
66
environments (VM itself compiles to 10kB of code, with the floating point library and Jacdac SDK adding further 30kB).
77

8-
[Read documentation](https://microsoft.github.io/devicescript/)
8+
- [Read documentation](https://microsoft.github.io/devicescript/)

website/language.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ async function createConfig() {
3838
setup: "node node_modules/@devicescript/cli/built/devicescript-cli.cjs init",
3939
build: "node node_modules/@devicescript/cli/built/devicescript-cli.cjs build",
4040
watch: "node node_modules/@devicescript/cli/built/devicescript-cli.cjs build --watch",
41-
start: "yarn setup && yarn watch",
4241
},
4342
},
4443
},
@@ -49,6 +48,7 @@ async function createConfig() {
4948
container: {
5049
node: "16",
5150
},
51+
startScript: "setup",
5252
},
5353
},
5454
},

0 commit comments

Comments
 (0)