Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
0a92de62
Unverified
Commit
0a92de62
authored
May 29, 2019
by
Oleg Gaidarenko
Committed by
GitHub
May 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build(package.json): improve npm commands (#17022)
Remove some of the repetitions in the npm commands
parent
fd741cbe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
package.json
+8
-8
No files found.
package.json
View file @
0a92de62
...
...
@@ -140,9 +140,9 @@
},
"scripts"
:
{
"dev"
:
"webpack --progress --colors --mode development --config scripts/webpack/webpack.dev.js"
,
"start"
:
"
ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts
core:start --watchTheme"
,
"start:hot"
:
"
ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts
core:start --hot --watchTheme"
,
"start:ignoreTheme"
:
"
ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts
core:start --hot"
,
"start"
:
"
npm run cli --
core:start --watchTheme"
,
"start:hot"
:
"
npm run cli --
core:start --hot --watchTheme"
,
"start:ignoreTheme"
:
"
npm run cli --
core:start --hot"
,
"watch"
:
"yarn start -d watch,start core:start --watchTheme "
,
"build"
:
"grunt build"
,
"test"
:
"grunt test"
,
...
...
@@ -156,13 +156,13 @@
"themes:generate"
:
"ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/generateSassVariableFiles.ts"
,
"prettier:check"
:
"prettier --list-different
\"
**/*.{ts,tsx,scss}
\"
"
,
"prettier:write"
:
"prettier --list-different
\"
**/*.{ts,tsx,scss}
\"
--write"
,
"cli"
:
"ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts"
,
"gui:tslint"
:
"tslint -c ./packages/grafana-ui/tslint.json --project ./packages/grafana-ui/tsconfig.json"
,
"gui:build"
:
"
ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts
gui:build"
,
"gui:releasePrepare"
:
"
ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts
gui:release"
,
"gui:build"
:
"
npm run cli --
gui:build"
,
"gui:releasePrepare"
:
"
npm run cli --
gui:release"
,
"gui:publish"
:
"cd packages/grafana-ui/dist && npm publish --access public"
,
"gui:release"
:
"ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts gui:release -p --createVersionCommit"
,
"precommit"
:
"ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts precommit"
,
"cli"
:
"ts-node --project ./scripts/cli/tsconfig.json ./scripts/cli/index.ts"
"gui:release"
:
"npm run cli -- gui:release -p --createVersionCommit"
,
"precommit"
:
"npm run cli -- precommit"
},
"husky"
:
{
"hooks"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment