Skip to content

Commit

Permalink
chore(package): add build scripts (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Jul 8, 2019
1 parent 823ccf8 commit ae06e62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"scripts": {
"lint": "eslint lib/**/*.js test/*.js test/util/*.js",
"test": "npm run lint && webpack && mocha",
"acquire": "node test/util/acquire.js"
"acquire": "node test/util/acquire.js",
"build": "npx webpack",
"build-debug": "npx webpack --mode none"
},
"repository": "git://github.com/w3c/webidl2.js",
"main": "dist/webidl2.js",
Expand Down

0 comments on commit ae06e62

Please sign in to comment.