knox revisou este gist . Ir para a revisão
1 file changed, 14 insertions
ECharts.sh(arquivo criado)
@@ -0,0 +1,14 @@ | |||
1 | + | # Install the dependencies from NPM: | |
2 | + | npm install | |
3 | + | ||
4 | + | # Rebuild source code immediately in watch mode when changing the source code. | |
5 | + | # It opens the `./test` directory, and you may open `-cases.html` to get the list | |
6 | + | # of all test cases. | |
7 | + | # If you wish to create a test case, run `npm run mktest:help` to learn more. | |
8 | + | npm run dev | |
9 | + | ||
10 | + | # Check the correctness of TypeScript code. | |
11 | + | npm run checktype | |
12 | + | ||
13 | + | # If intending to build and get all types of the "production" files: | |
14 | + | npm run release |
Próximo
Anterior