Skip to content

Commit 035903a

Browse files
committed
chore: update run scripts
1 parent 3357e1e commit 035903a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"homepage": "http://nodejs.jp",
77
"main": "index.js",
88
"scripts": {
9-
"test": "bulbo build",
9+
"test": "npm run build",
1010
"start": "npm run serve",
1111
"serve": "bulbo serve",
12-
"build": "cross-env BASEPATH=http://nodejs.jp bulbo build"
12+
"build": "bulbo build"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)