Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
bd2a196c
Commit
bd2a196c
authored
Sep 09, 2016
by
qingwei.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
package: remove postinstall hook
parent
fd0ac117
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Makefile
Makefile
+4
-1
package.json
package.json
+2
-2
No files found.
Makefile
View file @
bd2a196c
...
...
@@ -8,7 +8,10 @@ build-theme-default:
npm run build:theme
install
:
npm i
--registry
=
http://registry.npm.taobao.org
--ignore-scripts
--loglevel
=
error
npm run bootstrap
install-cn
:
npm run bootstrap
--registry
=
http://registry.npm.taobao.org
dev
:
npm run dev
...
...
package.json
View file @
bd2a196c
...
...
@@ -8,13 +8,13 @@
"src"
],
"scripts"
:
{
"dev"
:
"npm
i
&& (node bin/iconInit.js & node bin/build-entry.js) && cooking watch -c scripts/cooking.demo.js"
,
"dev"
:
"npm
run bootstrap
&& (node bin/iconInit.js & node bin/build-entry.js) && cooking watch -c scripts/cooking.demo.js"
,
"dist"
:
"npm run lint && del -f lib && cooking build -c scripts/cooking.conf.js,scripts/cooking.common.js -p && cooking build -c scripts/cooking.component.js -p && npm run build:theme"
,
"dist:all"
:
"node bin/build-all.js && npm run build:theme"
,
"build:theme"
:
"gulp build --gulpfile packages/theme-default/gulpfile.js && cp-cli packages/theme-default/lib lib/theme-default"
,
"deploy"
:
"cooking build -c scripts/cooking.demo.js -p"
,
"gh-docs"
:
"cooking build -c scripts/cooking.demo.js -p && gh-pages -d examples/element-ui --remote origin"
,
"
postinstall"
:
"lerna bootstrap
"
,
"
bootstrap"
:
"npm i && lerna bootstrap --loglevel=error
"
,
"pub"
:
"npm run dist && kp"
,
"pub:all"
:
"npm run dist:all && lerna publish"
,
"lint"
:
"eslint src/** packages/** scripts/** bin/** --ext .js,.vue --ignore-pattern node_modules"
...
...
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