We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf5dca commit 1ecd204Copy full SHA for 1ecd204
package.json
@@ -4,9 +4,9 @@
4
"description": "",
5
"main": "main.js",
6
"scripts": {
7
- "dev": "webpack-dev-server --watch-content-base --open", //start dev server
8
- "publish-html": "webpack && copyfiles -f ./src/assets/index.html ./dist ", //publish to html
9
- "publish-pdf": "npm run publish-html && node --harmony publish.js " //publish to pdf
+ "dev": "webpack-dev-server --watch-content-base --open",
+ "publish-html": "webpack && copyfiles -f ./src/assets/index.html ./dist ",
+ "publish-pdf": "npm run publish-html && node --harmony publish.js "
10
},
11
"author": "",
12
"license": "ISC",
0 commit comments