Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 11, 2019
1 parent f0e18ff commit f1bf4f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/x6-example-components/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/x6-example-components",
"version": "0.1.7",
"version": "0.1.6",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand Down
2 changes: 1 addition & 1 deletion packages/x6-components/package.json
Expand Up @@ -33,7 +33,7 @@
"build:ts": "run-p build:lib build:es",
"build:less": "node ./scripts/less.js",
"build": "run-s build:ts build:less",
"prepare": "run-s build:lib build:es build:less",
"prepare": "yarn build",
"prebuild": "run-s lint clean",
"precommit": "lint-staged"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/x6-components/scripts/less.js
Expand Up @@ -11,6 +11,10 @@ const es = path.join(cwd, 'es')
const lib = path.join(cwd, 'lib')
const src = path.join(cwd, 'src')

console.log(es)
console.log(lib)
console.log(src)

// Build components in one file: lib/style/components.less
console.log('Build "style/components.less"')
let content = ''
Expand Down
2 changes: 1 addition & 1 deletion packages/x6/package.json
Expand Up @@ -101,5 +101,5 @@
"access": "public",
"registry": "https://registry.npmjs.org"
},
"gitHead": "561bffe55b451f63a87ec045fdd5abb31fb5c23b"
"gitHead": "0f7ef82d5075d051311ecd663009d28883d1672b"
}

0 comments on commit f1bf4f8

Please sign in to comment.