Skip to content

Commit e02a540

Browse files
authored
build: add prepare script for git-based vendoring (#906)
1 parent 08db590 commit e02a540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"build-assets": "cp -R ./src/assets ./lib/",
5151
"build-clean": "rm -rf ./lib/",
5252
"lint": "eslint test src",
53+
"prepare": "npm run build",
5354
"test-raw": "mocha $npm_package_options_mocha 'test/**/*.test.js'",
5455
"test": "npm run lint && npm run build && npm run test-raw"
5556
},

0 commit comments

Comments
 (0)