We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1e897 commit 5bdf3dbCopy full SHA for 5bdf3db
CNAME
@@ -0,0 +1 @@
1
+www.play3rdstrike.com
package.json
@@ -4,7 +4,7 @@
4
"description": "It's a good game",
5
"scripts": {
6
"build": "npm-run-all --serial prettier clean --parallel build:html build:css --serial build:assets",
7
- "build:assets": "ncp src/assets/ dist/assets/",
+ "build:assets": "ncp src/assets/ dist/assets/ && ncp CNAME dist/CNAME",
8
"build:css": "postcss src/css/style.css -o dist/css/style.css",
9
"build:html": "html-minifier --config-file html-minifier-config.json --file-ext html --input-dir src --output-dir dist",
10
"clean": "rimraf dist",
0 commit comments