Fix pipeline

This commit is contained in:
Paulo Gustavo Veiga 2020-11-29 14:42:09 -08:00
parent f71c2dd0a9
commit ea9660e34d
2 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,7 @@ You dont have to ever use `eject`. The curated feature set is suitable for sm
# Generate I18n resource # Generate I18n resource
## Extract ## Extract
npm run extract -- 'src/*.js' --out-file lang/en.json `npm run extract -- 'src/*.js' --out-file lang/en.json`
## Compile ## Compile
`npm run compile -- lang/en.json --ast --out-file src/compiled-lang/en.json` `npm run compile -- lang/en.json --ast --out-file src/compiled-lang/en.json`
@ -51,5 +51,5 @@ npm run extract -- 'src/*.js' --out-file lang/en.json
## License ## License
The source code is Licensed under the WiseMapping Open License, Version 1.0 (the “License”); The source code is Licensed under the WiseMapping Open License, Version 1.0 (the “License”);
You may obtain a copy of the License at: [https://wisemapping.atlassian.net/wiki/display/WS/License] You may obtain a copy of the [License](https://wisemapping.atlassian.net/wiki/display/WS/License)

View File

@ -14,7 +14,6 @@ pipelines:
- node - node
script: script:
- npm install - npm install
- npm test
- step: - step:
name: Code linting name: Code linting
script: script: