mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-16 18:56:17 +00:00
Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
11
templates/asset-pack-template/README.md
Normal file
11
templates/asset-pack-template/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Building
|
||||
|
||||
Build process is implemented using NPM scripts installed in the **package.json** file.
|
||||
|
||||
| Command | Description
|
||||
|---|---|
|
||||
|`npm run build` | Build the project in debug mode. |
|
||||
|`npm run build:release` | Build the project in release mode. |
|
||||
|`npm run watch` | Watch the source and behaviors, auto-rebuilds. |
|
||||
|`npm run clean` | Deletes built JavaScript files. |
|
||||
|`npm start` | Alias for `npm run watch`. |
|
||||
Reference in New Issue
Block a user