|
15 | 15 | "audit": "yarn audit", |
16 | 16 | "lint": "yarn lint:js && yarn lint:css", |
17 | 17 | "lint:js": "eslint '**/javascripts/**/*.js'", |
18 | | - "lint:css": "stylelint ${EB_THEME:=openconext}/stylesheets/**/*.*ss", |
| 18 | + "lint:css": "stylelint ${EB_THEME:=skeune}/stylesheets/**/*.*ss", |
19 | 19 | "clean": "rimraf ../public/images/* ../public/javascripts/* ../public/stylesheets/* ../public/fonts/*", |
20 | 20 | "build": "node scripts/build.js", |
21 | 21 | "buildtheme": "yarn build:clean && yarn build:js && yarn build:css && bash scripts/copy-assets.sh", |
22 | 22 | "build:clean": "rimraf ../public/javascripts/* ../public/stylesheets/*", |
23 | | - "build:js": "mkdir -p ../public/javascripts && EB_THEME=${EB_THEME:=openconext} webpack --config webpack.config.js --mode production", |
24 | | - "build:js:debug": "mkdir -p ../public/javascripts && EB_THEME=${EB_THEME:=openconext} webpack --config webpack.config.js --mode development", |
| 23 | + "build:js": "mkdir -p ../public/javascripts && EB_THEME=${EB_THEME:=skeune} webpack --config webpack.config.js --mode production", |
| 24 | + "build:js:debug": "mkdir -p ../public/javascripts && EB_THEME=${EB_THEME:=skeune} webpack --config webpack.config.js --mode development", |
25 | 25 | "build:css": "mkdir -p ../public/stylesheets && yarn build:css:sass && yarn build:css:postcss", |
26 | | - "build:css:sass": "sass ${EB_THEME:=openconext}/stylesheets:../public/stylesheets/", |
| 26 | + "build:css:sass": "sass ${EB_THEME:=skeune}/stylesheets:../public/stylesheets/", |
27 | 27 | "build:css:postcss": "BROWSERSLIST_CONFIG=.browserslistrc postcss ../public/stylesheets/*.css --use autoprefixer --use cssnano --no-map --dir ../public/stylesheets", |
28 | 28 | "create-theme": "node scripts/create-theme.js", |
29 | 29 | "watch": "node scripts/watch.js", |
30 | | - "watch:js": "mkdir -p ../public/javascripts && EB_THEME=${EB_THEME:=openconext} webpack --config webpack.config.js --mode development --watch", |
31 | | - "watch:css": "sass -w ${EB_THEME:=openconext}/stylesheets:../public/stylesheets", |
| 30 | + "watch:js": "mkdir -p ../public/javascripts && EB_THEME=${EB_THEME:=skeune} webpack --config webpack.config.js --mode development --watch", |
| 31 | + "watch:css": "sass -w ${EB_THEME:=skeune}/stylesheets:../public/stylesheets", |
32 | 32 | "release": "yarn build" |
33 | 33 | }, |
34 | 34 | "author": "", |
|
0 commit comments