|
29 | 29 | "preview": "marko-run preview", |
30 | 30 | "start": "marko-run", |
31 | 31 | "test": "npm run build:css", |
32 | | - "deploy": "node scripts/jekyll-config && BASE_URL=/skin/ marko-run build -o ./_site && npm run build:storybook && ncp docs/archive _site/archive && touch _site/.nojekyll", |
33 | | - "deploy:only": "node scripts/jekyll-config && marko-run build -o ./_site && npm run build:storybook && ncp docs/archive _site/archive && touch _site/.nojekyll", |
| 32 | + "deploy": "node scripts/jekyll-config && BASE_URL=/skin/ marko-run build -o ./_site && npm run build:storybook && ncp docs/archive _site/public/archive && touch _site/public/.nojekyll", |
| 33 | + "deploy:only": "node scripts/jekyll-config && marko-run build -o ./_site && npm run build:storybook && ncp docs/archive _site/public/archive && touch _site/public/.nojekyll", |
34 | 34 | "prebuild": "npm run clean", |
35 | 35 | "prepublishOnly": "node scripts gen", |
36 | 36 | "postpublish": "node scripts clean", |
37 | 37 | "build": "npm run build:css && npm run lint:js && npm run copy", |
38 | 38 | "build:css": "npm run lint:sass && rimraf dist && npm run bundle && npm run postcss && node scripts/add-y-comments.js && prettier dist --write && npm run lint:css", |
39 | | - "build:storybook": "npm run copy:assetsToStorybook && storybook build -o ./_site/storybook", |
| 39 | + "build:storybook": "npm run copy:assetsToStorybook && storybook build -o ./_site/public/storybook", |
40 | 40 | "clean": "rimraf _cdn _site .cache .tmp .jekyll npm-debug.log.* .DS_Store", |
41 | 41 | "bundle": "sass src/sass:dist --no-source-map", |
42 | 42 | "postcss": "postcss dist/**/*.css -r ", |
|
0 commit comments