Skip to content

Commit 6124fd2

Browse files
committed
update scripts
1 parent f292cdc commit 6124fd2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/system/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
System Runtime has got a customizable system. You can update all its components, models or behaviors to follow your needs. To do so:
44

55
* open a version of [System Designer](https://designfirst.io/systemdesigner/),
6-
* import the system,
7-
* edit the system,
6+
* import the core system,
7+
* edit the core system,
88
* export it,
99
* save it in the same place and
1010
* run `npm run build`.

tasks/watch.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"scripts": {
33
"files": [
4-
"addons/*.json",
54
"src/*.js",
65
"src/system/system-runtime.json"
76
],

0 commit comments

Comments
 (0)