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 1075e19 commit a2d9822Copy full SHA for a2d9822
package.json
@@ -16,7 +16,6 @@
16
},
17
"scripts": {
18
"start": "netlify dev",
19
- "build": "npm install && mkdir -p ./css && cp node_modules/xterm/css/*.css ./css && mkdir -p ./js && cp node_modules/xterm*/lib/*.js* ./js && cp node_modules/aalib.js/dist/aalib.js* ./js",
20
"predeploy": "npm install && mkdir -p ./css && cp node_modules/xterm/css/*.css ./css && mkdir -p ./js && cp node_modules/xterm*/lib/*.js* ./js && cp node_modules/aalib.js/dist/aalib.js* ./js && npm install && npm run build",
21
"deploy": "gh-pages -d build"
22
0 commit comments