Skip to content

Commit

Permalink
added prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 committed May 24, 2018
1 parent 655bd98 commit a40e94f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/stylable-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "stylable-webpack-plugin",
"version": "1.0.16",
"version": "1.0.17",
"description": "Webpack (4.x) plugin for Stylable modules",
"main": "src/index.js",
"scripts": {
"build": "babel src/runtime --out-dir src/runtime-es5 --presets=es2015",
"pretest": "yarn build",
"test": "mocha --timeout 10000 test/**/*.spec.js",
"build:fixture": "webpack --config ./test/project-fixture/webpack.config.js",
"start:fixture": "webpack-dev-server --config ./test/project-fixture/webpack.config.js"
"start:fixture": "webpack-dev-server --config ./test/project-fixture/webpack.config.js",
"prepack": "yarn build"
},
"peerDependencies": {
"stylable": "^5.3.5",
Expand All @@ -25,5 +26,5 @@
],
"repository": "[email protected]:wix/stylable.git",
"author": "Wix.com",
"license": "BSD-3-Clause"
"license": "BSD-3-Clause"
}

0 comments on commit a40e94f

Please sign in to comment.