mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-10 17:33:24 +01:00
Fix pipeline
This commit is contained in:
parent
f71c2dd0a9
commit
ea9660e34d
@ -42,7 +42,7 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm
|
||||
# Generate I18n resource
|
||||
|
||||
## Extract
|
||||
npm run extract -- 'src/*.js' --out-file lang/en.json
|
||||
`npm run extract -- 'src/*.js' --out-file lang/en.json`
|
||||
|
||||
## Compile
|
||||
`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
|
||||
|
||||
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)
|
||||
|
||||
|
@ -14,7 +14,6 @@ pipelines:
|
||||
- node
|
||||
script:
|
||||
- npm install
|
||||
- npm test
|
||||
- step:
|
||||
name: Code linting
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user