Steven Silvester пре 6 година
родитељ
комит
619b704b0b
2 измењених фајлова са 4 додато и 3 уклоњено
  1. 3 0
      scripts/travis_script.sh
  2. 1 3
      tests/webpack.config.js

+ 3 - 0
scripts/travis_script.sh

@@ -56,6 +56,9 @@ if [[ $GROUP == integrity ]]; then
     # Build the packages individually.
     jlpm run build:src
 
+    # Build the themes
+    jlpm run build:themes
+
     # Make sure the examples build
     jlpm run build:examples
 

+ 1 - 3
tests/webpack.config.js

@@ -15,9 +15,7 @@ module.exports = {
     rules: [
       {
         test: /\.tsx?$/,
-        use: [
-          { loader: 'ts-loader', options: { context: process.cwd() + '/src' } }
-        ]
+        use: [{ loader: 'ts-loader', options: { context: process.cwd() } }]
       },
       {
         test: /\.js$/,