mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-27 03:36:09 +01:00
build: fix error in Dockerfile (#1080)
This commit is contained in:
parent
9945954f8e
commit
c290b7dcf8
2 changed files with 3 additions and 2 deletions
|
|
@ -33,6 +33,7 @@
|
|||
"lint:ci": "npm run lint && npm run lint:styles",
|
||||
"pree2e": "webdriver-manager update --standalone false --gecko false",
|
||||
"e2e": "ng e2e",
|
||||
"clean": "npm cache clean && npm run rimraf -- node_modules doc typings coverage dist",
|
||||
"clean:dist": "npm run rimraf -- dist",
|
||||
"clean:coverage": "npm run rimraf -- coverage",
|
||||
"docs:deploy": "wintersmith build -C docs && gh-pages -d docs/build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue