Skip to content

Commit 54aebd2

Browse files
committed
fix npm scripts
1 parent e3fdf85 commit 54aebd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"postbuild": "npm install --progress=false",
1414
"release": "standard-version",
1515
"lint": "standard src/*.js lib/index.js scripts/*.js",
16-
"scripts": "node scripts/refresh.js && node scripts/build.js",
16+
"scripts": "node scripts/refresh.js && node scripts/build.js"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)