Skip to content

Commit 97587a8

Browse files
committed
remove lodash import, remove debug start script
1 parent 0dabed4 commit 97587a8

File tree

3 files changed

+1
-37
lines changed

3 files changed

+1
-37
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"build:pug": "node scripts/build-pug.js",
99
"build:scripts-scss": "node scripts/build-scripts-scss.js",
1010
"clean": "node scripts/clean.js",
11-
"start": "npm run build && node scripts/start.js",
12-
"start:debug": "npm run build && node scripts/start-debug.js"
11+
"start": "npm run build && node scripts/start.js"
1312
},
1413
"repository": {
1514
"type": "git",

scripts/sb-watch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use strict";
22

3-
const _ = require("lodash");
43
const chokidar = require("chokidar");
54
const upath = require("upath");
65
const renderAssets = require("./render-assets");

scripts/start-debug.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)