Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Add missing dependencies and fix test command #7 #8

Merged
merged 4 commits into from
Oct 15, 2020
Merged

Add missing dependencies and fix test command #7 #8

merged 4 commits into from
Oct 15, 2020

Conversation

sarbull
Copy link
Member

@sarbull sarbull commented Oct 14, 2020

Merging this will adds the following:

  • makes the package independent of operating system, any script command will work only after runing npm install because of adding missing packages under devDependencies(this is explained here [0]) in package.json.
  • npm run build (now with prod build, minify for html, css and js)
  • npm run lint
  • npm test (only chrome is being checked)
  • npm start (default start on 8081 using polymer serve command)
  • npm run start:dev (uses the polymer serve command with some arguments and proxies everything that's under /api to the mock, if it's not under /api it won't work and you need to use the npm run serve command, due to polymer cli contraints)

[0] - https://stackoverflow.com/a/48826003

Signed-off-by: Sirbu Nicolae-Cezar sirbunicolaecezar@gmail.com

@sarbull sarbull changed the title Add missing depdendencies and fix test command #7 Add missing dependencies and fix test command #7 Oct 14, 2020
Signed-off-by: Sirbu Nicolae-Cezar <sirbunicolaecezar@gmail.com>
Signed-off-by: Sirbu Nicolae-Cezar <sirbunicolaecezar@gmail.com>
Signed-off-by: Sirbu Nicolae-Cezar <sirbunicolaecezar@gmail.com>
Signed-off-by: Sirbu Nicolae-Cezar <sirbunicolaecezar@gmail.com>
@bogdan-sava bogdan-sava merged commit d9223f0 into odpi:master Oct 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants