Skip to content

Commit

Permalink
Fixed scripts in table package's package.json (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
gscshoyru authored Feb 14, 2017
1 parent 00b0b23 commit f58f6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"typings": "dist/index.d.ts",
"style": "dist/table.css",
"scripts": {
"build:gulp": "$(cd ..; npm bin)/gulp typescript-compile-table sass-compile-table",
"build:gulp": "$(cd ..; npm bin)/gulp tsc-table sass-table",
"build:preview": "webpack --config config/webpack.config.preview.js",
"build": "npm-run-all clean build:gulp build:preview",
"clean:dist": "rm -rf dist",
"clean:preview": "rm -rf preview/dist",
"clean": "npm-run-all clean:dist clean:preview",
"lint": "$(cd ..; npm bin)/gulp typescript-lint-table sass-lint-table",
"lint": "$(cd ..; npm bin)/gulp tslint-table stylelint-table",
"serve": "http-server .",
"start": "npm-run-all build -p watch serve",
"test": "$(cd ..; npm bin)/gulp karma-table",
Expand Down

1 comment on commit f58f6df

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed scripts in table package's package.json (#684)

Preview: docs
Coverage: core | datetime

Please sign in to comment.